#29AF21

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

Shades of Lime Green #29AF21

Tints of Lime Green #29AF21

Color information

#29AF21 (or 0x29AF21) is unknown color: approx Lime Green. HEX triplet: 29, AF and 21. RGB value is (41,175,33). Sum of RGB (Red+Green+Blue) = 41+175+33=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #29AF21 is #D650DE. Grayscale: #777777. Windows color (decimal): -14045407 or 2207529. OLE color: 2207529.

HSL color Cylindrical-coordinate representation of color #29AF21: hue angle of 116.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29AF21 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB4117533-
CMYK0.7700.810.31
HSL116.62º68.27%40.78%-
HSV(B)116.62º81.14%68.63%-
XYZ16.5231.246.6-
YUV118.7579.6172.55-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 175 (68.75% from 255) = 70.28%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=16.47%
G=70.28%
B=13.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41175330.7700.810.31116.6268.2740.78
Hex29AF214D0511F754429
Octal512574111501213716510451
Binary101001101011111000011001101010100011111111101011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29AF21; }

 p { color: rgb(41,175,33); }

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

<style>
 a { background-color: #29AF21; }

 a { background-color: rgb(41,175,33); }

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

<style>
 span { border-color: #29AF21; }

 span { border-color: rgb(41,175,33); }

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