Shades of Lime Green #29CB3C
Tints of Lime Green #29CB3C
RGB
CMYK
RGB Variations
Color information
#29CB3C (or 0x29CB3C) is known color: Lime Green. HEX triplet: 29, CB and 3C. RGB value is (41,203,60). Sum of RGB (Red+Green+Blue) = 41+203+60=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 203 (79.69% from 255 or 66.78% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 203 - color contains mainly: green. Hex color #29CB3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CB3C is #D634C3. Grayscale: #8A8A8A. Windows color (decimal): -14038212 or 3984169. OLE color: 3984169.
HSL color Cylindrical-coordinate representation of color #29CB3C: hue angle of 127.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CB3C is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 203 | 60 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.20 |
| HSL | 127.04º | 0.66% | 0.48% | - |
| HSV(B) | 127.04º | 0.8% | 0.8% | - |
| XYZ | 23.09 | 43.51 | 11.46 | - |
| YUV | 138.26 | 83.83 | 58.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 203 | 60 | 0.80 | 0 | 0.70 | 0.20 | 127.04 | 0.66 | 0.48 |
| Hex | 29 | CB | 3C | 50 | 0 | 46 | 14 | 7F | 42 | 30 |
| Octal | 51 | 313 | 74 | 120 | 0 | 106 | 24 | 177 | 102 | 60 |
| Binary | 101001 | 11001011 | 111100 | 1010000 | 0 | 1000110 | 10100 | 1111111 | 1000010 | 110000 |
Color Harmonies of #29CB3C
Complementary color
Monochromatic Colors of #29CB3C
Black with #29CB3C
Text Example
Text Example
White with #29CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CB3C; }
p { color: rgb(41,203,60); }
H1.HeaderClassName
{
color: #29CB3C;
}
.AnyTagClassName
{
color: #29CB3C;
}
</style>
background-color css
<style>
a { background-color: #29CB3C; }
a { background-color: rgb(41,203,60); }
div.DivClassName
{
background-color: #29CB3C;
}
.BgClassName
{
background-color: #29CB3C;
}
</style>
border-color css
<style>
span { border-color: #29CB3C; }
span { border-color: rgb(41,203,60); }
td.TdClassName
{
border-color: #29CB3C;
}
.TagClassName
{
border-color: #29CB3C;
}
</style>