#2AAF27

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

Shades of Lime Green #2AAF27

Tints of Lime Green #2AAF27

Color information

#2AAF27 (or 0x2AAF27) is unknown color: approx Lime Green. HEX triplet: 2A, AF and 27. RGB value is (42,175,39). Sum of RGB (Red+Green+Blue) = 42+175+39=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF27 is #D550D8. Grayscale: #787878. Windows color (decimal): -13979865 or 2600746. OLE color: 2600746.

HSL color Cylindrical-coordinate representation of color #2AAF27: hue angle of 118.68º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AAF27 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB4217539-
CMYK0.7600.780.31
HSL118.68º63.55%41.96%-
HSV(B)118.68º77.71%68.63%-
XYZ16.6531.37.08-
YUV119.7382.4472.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 175 (68.75% from 255) = 68.36%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=16.41%
G=68.36%
B=15.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42175390.7600.780.31118.6863.5541.96
Hex2AAF274C04E1F77402a
Octal522574711401163716710052
Binary101010101011111001111001100010011101111111101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,175,39); }

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

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

 a { background-color: rgb(42,175,39); }

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

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

 span { border-color: rgb(42,175,39); }

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