Shades of Lime Green #29C93F
Tints of Lime Green #29C93F
RGB
CMYK
RGB Variations
Color information
#29C93F (or 0x29C93F) is known color: Lime Green. HEX triplet: 29, C9 and 3F. RGB value is (41,201,63). Sum of RGB (Red+Green+Blue) = 41+201+63=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #29C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C93F is #D636C0. Grayscale: #898989. Windows color (decimal): -14038721 or 4180265. OLE color: 4180265.
HSL color Cylindrical-coordinate representation of color #29C93F: hue angle of 128.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29C93F is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 201 | 63 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.21 |
| HSL | 128.25º | 0.66% | 0.47% | - |
| HSV(B) | 128.25º | 0.8% | 0.79% | - |
| XYZ | 22.7 | 42.6 | 11.73 | - |
| YUV | 137.43 | 85.99 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 63 | 0.80 | 0 | 0.69 | 0.21 | 128.25 | 0.66 | 0.47 |
| Hex | 29 | C9 | 3F | 50 | 0 | 45 | 15 | 80 | 42 | 2F |
| Octal | 51 | 311 | 77 | 120 | 0 | 105 | 25 | 200 | 102 | 57 |
| Binary | 101001 | 11001001 | 111111 | 1010000 | 0 | 1000101 | 10101 | 10000000 | 1000010 | 101111 |
Color Harmonies of #29C93F
Complementary color
Monochromatic Colors of #29C93F
Black with #29C93F
Text Example
Text Example
White with #29C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C93F; }
p { color: rgb(41,201,63); }
H1.HeaderClassName
{
color: #29C93F;
}
.AnyTagClassName
{
color: #29C93F;
}
</style>
background-color css
<style>
a { background-color: #29C93F; }
a { background-color: rgb(41,201,63); }
div.DivClassName
{
background-color: #29C93F;
}
.BgClassName
{
background-color: #29C93F;
}
</style>
border-color css
<style>
span { border-color: #29C93F; }
span { border-color: rgb(41,201,63); }
td.TdClassName
{
border-color: #29C93F;
}
.TagClassName
{
border-color: #29C93F;
}
</style>