Shades of Lime Green #29C02F
Tints of Lime Green #29C02F
RGB
CMYK
RGB Variations
Color information
#29C02F (or 0x29C02F) is known color: Lime Green. HEX triplet: 29, C0 and 2F. RGB value is (41,192,47). Sum of RGB (Red+Green+Blue) = 41+192+47=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #29C02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C02F is #D63FD0. Grayscale: #828282. Windows color (decimal): -14041041 or 3129385. OLE color: 3129385.
HSL color Cylindrical-coordinate representation of color #29C02F: hue angle of 122.38º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C02F is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 47 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.25 |
| HSL | 122.38º | 0.65% | 0.46% | - |
| HSV(B) | 122.38º | 0.79% | 0.75% | - |
| XYZ | 20.28 | 38.38 | 9.03 | - |
| YUV | 130.32 | 80.97 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 47 | 0.79 | 0 | 0.76 | 0.25 | 122.38 | 0.65 | 0.46 |
| Hex | 29 | C0 | 2F | 4F | 0 | 4C | 19 | 7A | 41 | 2E |
| Octal | 51 | 300 | 57 | 117 | 0 | 114 | 31 | 172 | 101 | 56 |
| Binary | 101001 | 11000000 | 101111 | 1001111 | 0 | 1001100 | 11001 | 1111010 | 1000001 | 101110 |
Color Harmonies of #29C02F
Complementary color
Monochromatic Colors of #29C02F
Black with #29C02F
Text Example
Text Example
White with #29C02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C02F; }
p { color: rgb(41,192,47); }
H1.HeaderClassName
{
color: #29C02F;
}
.AnyTagClassName
{
color: #29C02F;
}
</style>
background-color css
<style>
a { background-color: #29C02F; }
a { background-color: rgb(41,192,47); }
div.DivClassName
{
background-color: #29C02F;
}
.BgClassName
{
background-color: #29C02F;
}
</style>
border-color css
<style>
span { border-color: #29C02F; }
span { border-color: rgb(41,192,47); }
td.TdClassName
{
border-color: #29C02F;
}
.TagClassName
{
border-color: #29C02F;
}
</style>