#2AAB37

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

Shades of Lime Green #2AAB37

Tints of Lime Green #2AAB37

Color information

#2AAB37 (or 0x2AAB37) is unknown color: approx Lime Green. HEX triplet: 2A, AB and 37. RGB value is (42,171,55). Sum of RGB (Red+Green+Blue) = 42+171+55=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB37 is #D554C8. Grayscale: #777777. Windows color (decimal): -13980873 or 3648298. OLE color: 3648298.

HSL color Cylindrical-coordinate representation of color #2AAB37: hue angle of 126.05º 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 #2AAB37 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB4217155-
CMYK0.7500.680.33
HSL126.05º60.56%41.76%-
HSV(B)126.05º75.44%67.06%-
XYZ16.2129.898.53-
YUV119.291.7672.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 171 (67.19% from 255) = 63.81%
BLUE value IS 55 (21.88% from 255) = 20.52%
R=15.67%
G=63.81%
B=20.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171550.7500.680.33126.0560.5641.76
Hex2AAB374B044217e3d2a
Octal52253671130104411767552
Binary101010101010111101111001011010001001000011111110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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