Shades of Lime Green #29CF3E
Tints of Lime Green #29CF3E
RGB
CMYK
RGB Variations
Color information
#29CF3E (or 0x29CF3E) is known color: Lime Green. HEX triplet: 29, CF and 3E. RGB value is (41,207,62). Sum of RGB (Red+Green+Blue) = 41+207+62=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 207 (81.25% from 255 or 66.77% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF3E is #D630C1. Grayscale: #8D8D8D. Windows color (decimal): -14037186 or 4116265. OLE color: 4116265.
HSL color Cylindrical-coordinate representation of color #29CF3E: hue angle of 127.59º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CF3E is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 62 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.19 |
| HSL | 127.59º | 0.67% | 0.49% | - |
| HSV(B) | 127.59º | 0.8% | 0.81% | - |
| XYZ | 24.1 | 45.44 | 12.06 | - |
| YUV | 140.84 | 83.5 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 62 | 0.80 | 0 | 0.70 | 0.19 | 127.59 | 0.67 | 0.49 |
| Hex | 29 | CF | 3E | 50 | 0 | 46 | 13 | 80 | 43 | 31 |
| Octal | 51 | 317 | 76 | 120 | 0 | 106 | 23 | 200 | 103 | 61 |
| Binary | 101001 | 11001111 | 111110 | 1010000 | 0 | 1000110 | 10011 | 10000000 | 1000011 | 110001 |
Color Harmonies of #29CF3E
Complementary color
Monochromatic Colors of #29CF3E
Black with #29CF3E
Text Example
Text Example
White with #29CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF3E; }
p { color: rgb(41,207,62); }
H1.HeaderClassName
{
color: #29CF3E;
}
.AnyTagClassName
{
color: #29CF3E;
}
</style>
background-color css
<style>
a { background-color: #29CF3E; }
a { background-color: rgb(41,207,62); }
div.DivClassName
{
background-color: #29CF3E;
}
.BgClassName
{
background-color: #29CF3E;
}
</style>
border-color css
<style>
span { border-color: #29CF3E; }
span { border-color: rgb(41,207,62); }
td.TdClassName
{
border-color: #29CF3E;
}
.TagClassName
{
border-color: #29CF3E;
}
</style>