Shades of Lime Green #29C92F
Tints of Lime Green #29C92F
RGB
CMYK
RGB Variations
Color information
#29C92F (or 0x29C92F) is known color: Lime Green. HEX triplet: 29, C9 and 2F. RGB value is (41,201,47). Sum of RGB (Red+Green+Blue) = 41+201+47=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #29C92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C92F is #D636D0. Grayscale: #888888. Windows color (decimal): -14038737 or 3131689. OLE color: 3131689.
HSL color Cylindrical-coordinate representation of color #29C92F: hue angle of 122.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C92F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 201 | 47 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.21 |
| HSL | 122.25º | 0.66% | 0.47% | - |
| HSV(B) | 122.25º | 0.8% | 0.79% | - |
| XYZ | 22.31 | 42.45 | 9.71 | - |
| YUV | 135.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 47 | 0.80 | 0 | 0.77 | 0.21 | 122.25 | 0.66 | 0.47 |
| Hex | 29 | C9 | 2F | 50 | 0 | 4D | 15 | 7A | 42 | 2F |
| Octal | 51 | 311 | 57 | 120 | 0 | 115 | 25 | 172 | 102 | 57 |
| Binary | 101001 | 11001001 | 101111 | 1010000 | 0 | 1001101 | 10101 | 1111010 | 1000010 | 101111 |
Color Harmonies of #29C92F
Complementary color
Monochromatic Colors of #29C92F
Black with #29C92F
Text Example
Text Example
White with #29C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C92F; }
p { color: rgb(41,201,47); }
H1.HeaderClassName
{
color: #29C92F;
}
.AnyTagClassName
{
color: #29C92F;
}
</style>
background-color css
<style>
a { background-color: #29C92F; }
a { background-color: rgb(41,201,47); }
div.DivClassName
{
background-color: #29C92F;
}
.BgClassName
{
background-color: #29C92F;
}
</style>
border-color css
<style>
span { border-color: #29C92F; }
span { border-color: rgb(41,201,47); }
td.TdClassName
{
border-color: #29C92F;
}
.TagClassName
{
border-color: #29C92F;
}
</style>