#2AAF31

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

Shades of Lime Green #2AAF31

Tints of Lime Green #2AAF31

Color information

#2AAF31 (or 0x2AAF31) is unknown color: approx Lime Green. HEX triplet: 2A, AF and 31. RGB value is (42,175,49). Sum of RGB (Red+Green+Blue) = 42+175+49=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAF31 is #D550CE. Grayscale: #797979. Windows color (decimal): -13979855 or 3256106. OLE color: 3256106.

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

Color convert

RGB4217549-
CMYK0.7600.720.31
HSL123.16º61.29%42.55%-
HSV(B)123.16º76%68.63%-
XYZ16.8431.378.07-
YUV120.8787.4471.75-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.79%
GREEN value IS 175 (68.75% from 255) = 65.79%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=15.79%
G=65.79%
B=18.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42175490.7600.720.31123.1661.2942.55
Hex2AAF314C0481F7b3d2b
Octal52257611140110371737553
Binary10101010101111110001100110001001000111111111011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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