#2AB33E

Color #2AB33E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2AB33E

Tints of Lime Green #2AB33E

Color information

#2AB33E (or 0x2AB33E) is unknown color: approx Lime Green. HEX triplet: 2A, B3 and 3E. RGB value is (42,179,62). Sum of RGB (Red+Green+Blue) = 42+179+62=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 179 (70.31% from 255 or 63.25% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB33E is #D54CC1. Grayscale: #7D7D7D. Windows color (decimal): -13978818 or 4109098. OLE color: 4109098.

HSL color Cylindrical-coordinate representation of color #2AB33E: hue angle of 128.76º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB33E is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB4217962-
CMYK0.7700.650.30
HSL128.76º61.99%43.33%-
HSV(B)128.76º76.54%70.2%-
XYZ17.9433.0810-
YUV124.792.6169.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 179 (70.31% from 255) = 63.25%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=14.84%
G=63.25%
B=21.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42179620.7700.650.30128.7661.9943.33
Hex2AB33E4D0411E813e2b
Octal52263761150101362017653
Binary101010101100111111101001101010000011111010000001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AB33E; }

 p { color: rgb(42,179,62); }

 H1.HeaderClassName
 {
   color: #2AB33E;
 }
 .AnyTagClassName
 {
   color: #2AB33E;
 }
</style>
background-color css

<style>
 a { background-color: #2AB33E; }

 a { background-color: rgb(42,179,62); }

 div.DivClassName
 {
   background-color: #2AB33E;
 }
 .BgClassName
 {
   background-color: #2AB33E;
 }
</style>
border-color css

<style>
 span { border-color: #2AB33E; }

 span { border-color: rgb(42,179,62); }

 td.TdClassName
 {
   border-color: #2AB33E;
 }
 .TagClassName
 {
   border-color: #2AB33E;
 }
</style>