Shades of Lime Green #29C02A
Tints of Lime Green #29C02A
RGB
CMYK
RGB Variations
Color information
#29C02A (or 0x29C02A) is known color: Lime Green. HEX triplet: 29, C0 and 2A. RGB value is (41,192,42). Sum of RGB (Red+Green+Blue) = 41+192+42=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 192 (75.39% from 255 or 69.82% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 192 - color contains mainly: green. Hex color #29C02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C02A is #D63FD5. Grayscale: #828282. Windows color (decimal): -14041046 or 2801705. OLE color: 2801705.
HSL color Cylindrical-coordinate representation of color #29C02A: hue angle of 120.4º 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 #29C02A is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 42 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.25 |
| HSL | 120.4º | 0.65% | 0.46% | - |
| HSV(B) | 120.4º | 0.79% | 0.75% | - |
| XYZ | 20.18 | 38.34 | 8.53 | - |
| YUV | 129.75 | 78.47 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 42 | 0.79 | 0 | 0.78 | 0.25 | 120.4 | 0.65 | 0.46 |
| Hex | 29 | C0 | 2A | 4F | 0 | 4E | 19 | 78 | 41 | 2E |
| Octal | 51 | 300 | 52 | 117 | 0 | 116 | 31 | 170 | 101 | 56 |
| Binary | 101001 | 11000000 | 101010 | 1001111 | 0 | 1001110 | 11001 | 1111000 | 1000001 | 101110 |
Color Harmonies of #29C02A
Complementary color
Monochromatic Colors of #29C02A
Black with #29C02A
Text Example
Text Example
White with #29C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C02A; }
p { color: rgb(41,192,42); }
H1.HeaderClassName
{
color: #29C02A;
}
.AnyTagClassName
{
color: #29C02A;
}
</style>
background-color css
<style>
a { background-color: #29C02A; }
a { background-color: rgb(41,192,42); }
div.DivClassName
{
background-color: #29C02A;
}
.BgClassName
{
background-color: #29C02A;
}
</style>
border-color css
<style>
span { border-color: #29C02A; }
span { border-color: rgb(41,192,42); }
td.TdClassName
{
border-color: #29C02A;
}
.TagClassName
{
border-color: #29C02A;
}
</style>