#29DD12

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

Shades of Lime Green #29DD12

Tints of Lime Green #29DD12

Color information

#29DD12 (or 0x29DD12) is unknown color: approx Lime Green. HEX triplet: 29, DD and 12. RGB value is (41,221,18). Sum of RGB (Red+Green+Blue) = 41+221+18=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 221 (86.72% from 255 or 78.93% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DD12 is #D622ED. Grayscale: #909090. Windows color (decimal): -14033646 or 1236265. OLE color: 1236265.

HSL color Cylindrical-coordinate representation of color #29DD12: hue angle of 113.2º 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 #29DD12 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB4122118-
CMYK0.8100.920.13
HSL113.2º84.94%46.86%-
HSV(B)113.2º91.86%86.67%-
XYZ26.8852.239.24-
YUV144.0456.8754.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 221 (86.72% from 255) = 78.93%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=14.64%
G=78.93%
B=6.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41221180.8100.920.13113.284.9446.86
Hex29DD125105CD71552f
Octal513352212101341516112557
Binary1010011101110110010101000101011100110111100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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