Shades of Lime Green #29CF19
Tints of Lime Green #29CF19
RGB
CMYK
RGB Variations
Color information
#29CF19 (or 0x29CF19) is known color: Lime Green. HEX triplet: 29, CF and 19. RGB value is (41,207,25). Sum of RGB (Red+Green+Blue) = 41+207+25=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29CF19 is #D630E6. Grayscale: #898989. Windows color (decimal): -14037223 or 1691433. OLE color: 1691433.
HSL color Cylindrical-coordinate representation of color #29CF19: hue angle of 114.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29CF19 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 25 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.19 |
| HSL | 114.73º | 0.78% | 0.45% | - |
| HSV(B) | 114.73º | 0.88% | 0.81% | - |
| XYZ | 23.4 | 45.17 | 8.4 | - |
| YUV | 136.62 | 65 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 25 | 0.80 | 0 | 0.88 | 0.19 | 114.73 | 0.78 | 0.45 |
| Hex | 29 | CF | 19 | 50 | 0 | 58 | 13 | 73 | 4E | 2D |
| Octal | 51 | 317 | 31 | 120 | 0 | 130 | 23 | 163 | 116 | 55 |
| Binary | 101001 | 11001111 | 11001 | 1010000 | 0 | 1011000 | 10011 | 1110011 | 1001110 | 101101 |
Color Harmonies of #29CF19
Complementary color
Monochromatic Colors of #29CF19
Black with #29CF19
Text Example
Text Example
White with #29CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF19; }
p { color: rgb(41,207,25); }
H1.HeaderClassName
{
color: #29CF19;
}
.AnyTagClassName
{
color: #29CF19;
}
</style>
background-color css
<style>
a { background-color: #29CF19; }
a { background-color: rgb(41,207,25); }
div.DivClassName
{
background-color: #29CF19;
}
.BgClassName
{
background-color: #29CF19;
}
</style>
border-color css
<style>
span { border-color: #29CF19; }
span { border-color: rgb(41,207,25); }
td.TdClassName
{
border-color: #29CF19;
}
.TagClassName
{
border-color: #29CF19;
}
</style>