#29DF12

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

Shades of Lime Green #29DF12

Tints of Lime Green #29DF12

Color information

#29DF12 (or 0x29DF12) is unknown color: approx Lime Green. HEX triplet: 29, DF and 12. RGB value is (41,223,18). Sum of RGB (Red+Green+Blue) = 41+223+18=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #29DF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DF12 is #D620ED. Grayscale: #919191. Windows color (decimal): -14033134 or 1236777. OLE color: 1236777.

HSL color Cylindrical-coordinate representation of color #29DF12: hue angle of 113.27º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #29DF12 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB4122318-
CMYK0.8200.920.13
HSL113.27º85.06%47.25%-
HSV(B)113.27º91.93%87.45%-
XYZ27.4153.299.41-
YUV145.2156.253.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 223 (87.5% from 255) = 79.08%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=14.54%
G=79.08%
B=6.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41223180.8200.920.13113.2785.0647.25
Hex29DF125205CD71552f
Octal513372212201341516112557
Binary1010011101111110010101001001011100110111100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,223,18); }

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

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

 a { background-color: rgb(41,223,18); }

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

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

 span { border-color: rgb(41,223,18); }

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