Shades of Lime Green #29C630
Tints of Lime Green #29C630
RGB
CMYK
RGB Variations
Color information
#29C630 (or 0x29C630) is known color: Lime Green. HEX triplet: 29, C6 and 30. RGB value is (41,198,48). Sum of RGB (Red+Green+Blue) = 41+198+48=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 198 (77.73% from 255 or 68.99% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 198 - color contains mainly: green. Hex color #29C630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C630 is #D639CF. Grayscale: #868686. Windows color (decimal): -14039504 or 3196457. OLE color: 3196457.
HSL color Cylindrical-coordinate representation of color #29C630: hue angle of 122.68º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C630 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 198 | 48 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.22 |
| HSL | 122.68º | 0.66% | 0.47% | - |
| HSV(B) | 122.68º | 0.79% | 0.78% | - |
| XYZ | 21.64 | 41.07 | 9.58 | - |
| YUV | 133.96 | 79.49 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 198 | 48 | 0.79 | 0 | 0.76 | 0.22 | 122.68 | 0.66 | 0.47 |
| Hex | 29 | C6 | 30 | 4F | 0 | 4C | 16 | 7B | 42 | 2F |
| Octal | 51 | 306 | 60 | 117 | 0 | 114 | 26 | 173 | 102 | 57 |
| Binary | 101001 | 11000110 | 110000 | 1001111 | 0 | 1001100 | 10110 | 1111011 | 1000010 | 101111 |
Color Harmonies of #29C630
Complementary color
Monochromatic Colors of #29C630
Black with #29C630
Text Example
Text Example
White with #29C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C630; }
p { color: rgb(41,198,48); }
H1.HeaderClassName
{
color: #29C630;
}
.AnyTagClassName
{
color: #29C630;
}
</style>
background-color css
<style>
a { background-color: #29C630; }
a { background-color: rgb(41,198,48); }
div.DivClassName
{
background-color: #29C630;
}
.BgClassName
{
background-color: #29C630;
}
</style>
border-color css
<style>
span { border-color: #29C630; }
span { border-color: rgb(41,198,48); }
td.TdClassName
{
border-color: #29C630;
}
.TagClassName
{
border-color: #29C630;
}
</style>