Shades of Lime Green #29CF2F
Tints of Lime Green #29CF2F
RGB
CMYK
RGB Variations
Color information
#29CF2F (or 0x29CF2F) is known color: Lime Green. HEX triplet: 29, CF and 2F. RGB value is (41,207,47). Sum of RGB (Red+Green+Blue) = 41+207+47=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 207 (81.25% from 255 or 70.17% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF2F is #D630D0. Grayscale: #8B8B8B. Windows color (decimal): -14037201 or 3133225. OLE color: 3133225.
HSL color Cylindrical-coordinate representation of color #29CF2F: hue angle of 122.17º 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 #29CF2F is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 47 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.19 |
| HSL | 122.17º | 0.67% | 0.49% | - |
| HSV(B) | 122.17º | 0.8% | 0.81% | - |
| XYZ | 23.74 | 45.3 | 10.18 | - |
| YUV | 139.13 | 76 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 47 | 0.80 | 0 | 0.77 | 0.19 | 122.17 | 0.67 | 0.49 |
| Hex | 29 | CF | 2F | 50 | 0 | 4D | 13 | 7A | 43 | 31 |
| Octal | 51 | 317 | 57 | 120 | 0 | 115 | 23 | 172 | 103 | 61 |
| Binary | 101001 | 11001111 | 101111 | 1010000 | 0 | 1001101 | 10011 | 1111010 | 1000011 | 110001 |
Color Harmonies of #29CF2F
Complementary color
Monochromatic Colors of #29CF2F
Black with #29CF2F
Text Example
Text Example
White with #29CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF2F; }
p { color: rgb(41,207,47); }
H1.HeaderClassName
{
color: #29CF2F;
}
.AnyTagClassName
{
color: #29CF2F;
}
</style>
background-color css
<style>
a { background-color: #29CF2F; }
a { background-color: rgb(41,207,47); }
div.DivClassName
{
background-color: #29CF2F;
}
.BgClassName
{
background-color: #29CF2F;
}
</style>
border-color css
<style>
span { border-color: #29CF2F; }
span { border-color: rgb(41,207,47); }
td.TdClassName
{
border-color: #29CF2F;
}
.TagClassName
{
border-color: #29CF2F;
}
</style>