#29DD0F

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

Shades of Lime Green #29DD0F

Tints of Lime Green #29DD0F

Color information

#29DD0F (or 0x29DD0F) is unknown color: approx Lime Green. HEX triplet: 29, DD and 0F. RGB value is (41,221,15). Sum of RGB (Red+Green+Blue) = 41+221+15=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 221 (86.72% from 255 or 79.78% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 221 - color contains mainly: green. Hex color #29DD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29DD0F is #D622F0. Grayscale: #909090. Windows color (decimal): -14033649 or 1039657. OLE color: 1039657.

HSL color Cylindrical-coordinate representation of color #29DD0F: hue angle of 112.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #29DD0F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB4122115-
CMYK0.8100.930.13
HSL112.43º87.29%46.27%-
HSV(B)112.43º93.21%86.67%-
XYZ26.8652.229.12-
YUV143.755.3754.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 221 (86.72% from 255) = 79.78%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=14.80%
G=79.78%
B=5.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal41221150.8100.930.13112.4387.2946.27
Hex29DDF5105DD70572e
Octal513351712101351516012756
Binary101001110111011111101000101011101110111100001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29DD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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