Shades of Lime Green #29CF34
Tints of Lime Green #29CF34
RGB
CMYK
RGB Variations
Color information
#29CF34 (or 0x29CF34) is known color: Lime Green. HEX triplet: 29, CF and 34. RGB value is (41,207,52). Sum of RGB (Red+Green+Blue) = 41+207+52=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #29CF34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29CF34 is #D630CB. Grayscale: #8C8C8C. Windows color (decimal): -14037196 or 3460905. OLE color: 3460905.
HSL color Cylindrical-coordinate representation of color #29CF34: hue angle of 123.98º 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 #29CF34 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 207 | 52 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.19 |
| HSL | 123.98º | 0.67% | 0.49% | - |
| HSV(B) | 123.98º | 0.8% | 0.81% | - |
| XYZ | 23.85 | 45.35 | 10.74 | - |
| YUV | 139.7 | 78.5 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 207 | 52 | 0.80 | 0 | 0.75 | 0.19 | 123.98 | 0.67 | 0.49 |
| Hex | 29 | CF | 34 | 50 | 0 | 4B | 13 | 7C | 43 | 31 |
| Octal | 51 | 317 | 64 | 120 | 0 | 113 | 23 | 174 | 103 | 61 |
| Binary | 101001 | 11001111 | 110100 | 1010000 | 0 | 1001011 | 10011 | 1111100 | 1000011 | 110001 |
Color Harmonies of #29CF34
Complementary color
Monochromatic Colors of #29CF34
Black with #29CF34
Text Example
Text Example
White with #29CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29CF34; }
p { color: rgb(41,207,52); }
H1.HeaderClassName
{
color: #29CF34;
}
.AnyTagClassName
{
color: #29CF34;
}
</style>
background-color css
<style>
a { background-color: #29CF34; }
a { background-color: rgb(41,207,52); }
div.DivClassName
{
background-color: #29CF34;
}
.BgClassName
{
background-color: #29CF34;
}
</style>
border-color css
<style>
span { border-color: #29CF34; }
span { border-color: rgb(41,207,52); }
td.TdClassName
{
border-color: #29CF34;
}
.TagClassName
{
border-color: #29CF34;
}
</style>