#2AAB39

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

Shades of Lime Green #2AAB39

Tints of Lime Green #2AAB39

Color information

#2AAB39 (or 0x2AAB39) is unknown color: approx Lime Green. HEX triplet: 2A, AB and 39. RGB value is (42,171,57). Sum of RGB (Red+Green+Blue) = 42+171+57=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 171 (67.19% from 255 or 63.33% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB39 is #D554C6. Grayscale: #777777. Windows color (decimal): -13980871 or 3779370. OLE color: 3779370.

HSL color Cylindrical-coordinate representation of color #2AAB39: hue angle of 126.98º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB39 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB4217157-
CMYK0.7500.670.33
HSL126.98º60.56%41.76%-
HSV(B)126.98º75.44%67.06%-
XYZ16.2629.918.79-
YUV119.4392.7672.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 171 (67.19% from 255) = 63.33%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=15.56%
G=63.33%
B=21.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171570.7500.670.33126.9860.5641.76
Hex2AAB394B043217f3d2a
Octal52253711130103411777552
Binary101010101010111110011001011010000111000011111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,171,57); }

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

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

 a { background-color: rgb(42,171,57); }

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

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

 span { border-color: rgb(42,171,57); }

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