Shades of Lime Green #29CF41
Tints of Lime Green #29CF41
RGB
CMYK
RGB Variations
Color information
#29CF41 (or 0x29CF41) is known color: Lime Green. HEX triplet: 29, CF and 41. RGB value is (41,207,65). Sum of RGB (Red+Green+Blue) = 41+207+65=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 207 (81.25% from 255 or 66.13% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF41 is #D630BE. Grayscale: #8D8D8D. Windows color (decimal): -14037183 or 4312873. OLE color: 4312873.
HSL color Cylindrical-coordinate representation of color #29CF41: hue angle of 128.67º 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 #29CF41 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 65 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.19 |
| HSL | 128.67º | 0.67% | 0.49% | - |
| HSV(B) | 128.67º | 0.8% | 0.81% | - |
| XYZ | 24.18 | 45.48 | 12.5 | - |
| YUV | 141.18 | 85 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 65 | 0.80 | 0 | 0.69 | 0.19 | 128.67 | 0.67 | 0.49 |
| Hex | 29 | CF | 41 | 50 | 0 | 45 | 13 | 81 | 43 | 31 |
| Octal | 51 | 317 | 101 | 120 | 0 | 105 | 23 | 201 | 103 | 61 |
| Binary | 101001 | 11001111 | 1000001 | 1010000 | 0 | 1000101 | 10011 | 10000001 | 1000011 | 110001 |
Color Harmonies of #29CF41
Complementary color
Monochromatic Colors of #29CF41
Black with #29CF41
Text Example
Text Example
White with #29CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF41; }
p { color: rgb(41,207,65); }
H1.HeaderClassName
{
color: #29CF41;
}
.AnyTagClassName
{
color: #29CF41;
}
</style>
background-color css
<style>
a { background-color: #29CF41; }
a { background-color: rgb(41,207,65); }
div.DivClassName
{
background-color: #29CF41;
}
.BgClassName
{
background-color: #29CF41;
}
</style>
border-color css
<style>
span { border-color: #29CF41; }
span { border-color: rgb(41,207,65); }
td.TdClassName
{
border-color: #29CF41;
}
.TagClassName
{
border-color: #29CF41;
}
</style>