Shades of Lime Green #29CF4C
Tints of Lime Green #29CF4C
RGB
CMYK
RGB Variations
Color information
#29CF4C (or 0x29CF4C) is known color: Lime Green. HEX triplet: 29, CF and 4C. RGB value is (41,207,76). Sum of RGB (Red+Green+Blue) = 41+207+76=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF4C is #D630B3. Grayscale: #8E8E8E. Windows color (decimal): -14037172 or 5033769. OLE color: 5033769.
HSL color Cylindrical-coordinate representation of color #29CF4C: hue angle of 132.65º 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 #29CF4C is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 76 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.19 |
| HSL | 132.65º | 0.67% | 0.49% | - |
| HSV(B) | 132.65º | 0.8% | 0.81% | - |
| XYZ | 24.53 | 45.62 | 14.35 | - |
| YUV | 142.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 76 | 0.80 | 0 | 0.63 | 0.19 | 132.65 | 0.67 | 0.49 |
| Hex | 29 | CF | 4C | 50 | 0 | 3F | 13 | 85 | 43 | 31 |
| Octal | 51 | 317 | 114 | 120 | 0 | 77 | 23 | 205 | 103 | 61 |
| Binary | 101001 | 11001111 | 1001100 | 1010000 | 0 | 111111 | 10011 | 10000101 | 1000011 | 110001 |
Color Harmonies of #29CF4C
Complementary color
Monochromatic Colors of #29CF4C
Black with #29CF4C
Text Example
Text Example
White with #29CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF4C; }
p { color: rgb(41,207,76); }
H1.HeaderClassName
{
color: #29CF4C;
}
.AnyTagClassName
{
color: #29CF4C;
}
</style>
background-color css
<style>
a { background-color: #29CF4C; }
a { background-color: rgb(41,207,76); }
div.DivClassName
{
background-color: #29CF4C;
}
.BgClassName
{
background-color: #29CF4C;
}
</style>
border-color css
<style>
span { border-color: #29CF4C; }
span { border-color: rgb(41,207,76); }
td.TdClassName
{
border-color: #29CF4C;
}
.TagClassName
{
border-color: #29CF4C;
}
</style>