Shades of Lime Green #29C030
Tints of Lime Green #29C030
RGB
CMYK
RGB Variations
Color information
#29C030 (or 0x29C030) is known color: Lime Green. HEX triplet: 29, C0 and 30. RGB value is (41,192,48). Sum of RGB (Red+Green+Blue) = 41+192+48=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #29C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C030 is #D63FCF. Grayscale: #828282. Windows color (decimal): -14041040 or 3194921. OLE color: 3194921.
HSL color Cylindrical-coordinate representation of color #29C030: hue angle of 122.78º 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 #29C030 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 192 | 48 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.25 |
| HSL | 122.78º | 0.65% | 0.46% | - |
| HSV(B) | 122.78º | 0.79% | 0.75% | - |
| XYZ | 20.3 | 38.38 | 9.14 | - |
| YUV | 130.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 192 | 48 | 0.79 | 0 | 0.75 | 0.25 | 122.78 | 0.65 | 0.46 |
| Hex | 29 | C0 | 30 | 4F | 0 | 4B | 19 | 7B | 41 | 2E |
| Octal | 51 | 300 | 60 | 117 | 0 | 113 | 31 | 173 | 101 | 56 |
| Binary | 101001 | 11000000 | 110000 | 1001111 | 0 | 1001011 | 11001 | 1111011 | 1000001 | 101110 |
Color Harmonies of #29C030
Complementary color
Monochromatic Colors of #29C030
Black with #29C030
Text Example
Text Example
White with #29C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C030; }
p { color: rgb(41,192,48); }
H1.HeaderClassName
{
color: #29C030;
}
.AnyTagClassName
{
color: #29C030;
}
</style>
background-color css
<style>
a { background-color: #29C030; }
a { background-color: rgb(41,192,48); }
div.DivClassName
{
background-color: #29C030;
}
.BgClassName
{
background-color: #29C030;
}
</style>
border-color css
<style>
span { border-color: #29C030; }
span { border-color: rgb(41,192,48); }
td.TdClassName
{
border-color: #29C030;
}
.TagClassName
{
border-color: #29C030;
}
</style>