Shades of Lime Green #29C314
Tints of Lime Green #29C314
RGB
CMYK
RGB Variations
Color information
#29C314 (or 0x29C314) is known color: Lime Green. HEX triplet: 29, C3 and 14. RGB value is (41,195,20). Sum of RGB (Red+Green+Blue) = 41+195+20=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 195 (76.56% from 255 or 76.17% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 195 - color contains mainly: green. Hex color #29C314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #29C314 is #D63CEB. Grayscale: #818181. Windows color (decimal): -14040300 or 1360681. OLE color: 1360681.
HSL color Cylindrical-coordinate representation of color #29C314: hue angle of 112.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29C314 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 195 | 20 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.24 |
| HSL | 112.8º | 0.81% | 0.42% | - |
| HSV(B) | 112.8º | 0.9% | 0.76% | - |
| XYZ | 20.56 | 39.55 | 7.21 | - |
| YUV | 129 | 66.48 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 195 | 20 | 0.79 | 0 | 0.90 | 0.24 | 112.8 | 0.81 | 0.42 |
| Hex | 29 | C3 | 14 | 4F | 0 | 5A | 18 | 71 | 51 | 2A |
| Octal | 51 | 303 | 24 | 117 | 0 | 132 | 30 | 161 | 121 | 52 |
| Binary | 101001 | 11000011 | 10100 | 1001111 | 0 | 1011010 | 11000 | 1110001 | 1010001 | 101010 |
Color Harmonies of #29C314
Complementary color
Monochromatic Colors of #29C314
Black with #29C314
Text Example
Text Example
White with #29C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C314; }
p { color: rgb(41,195,20); }
H1.HeaderClassName
{
color: #29C314;
}
.AnyTagClassName
{
color: #29C314;
}
</style>
background-color css
<style>
a { background-color: #29C314; }
a { background-color: rgb(41,195,20); }
div.DivClassName
{
background-color: #29C314;
}
.BgClassName
{
background-color: #29C314;
}
</style>
border-color css
<style>
span { border-color: #29C314; }
span { border-color: rgb(41,195,20); }
td.TdClassName
{
border-color: #29C314;
}
.TagClassName
{
border-color: #29C314;
}
</style>