Shades of Lime Green #29C93E
Tints of Lime Green #29C93E
RGB
CMYK
RGB Variations
Color information
#29C93E (or 0x29C93E) is known color: Lime Green. HEX triplet: 29, C9 and 3E. RGB value is (41,201,62). Sum of RGB (Red+Green+Blue) = 41+201+62=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #29C93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29C93E is #D636C1. Grayscale: #898989. Windows color (decimal): -14038722 or 4114729. OLE color: 4114729.
HSL color Cylindrical-coordinate representation of color #29C93E: hue angle of 127.87º 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 #29C93E is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 201 | 62 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.21 |
| HSL | 127.88º | 0.66% | 0.47% | - |
| HSV(B) | 127.88º | 0.8% | 0.79% | - |
| XYZ | 22.67 | 42.59 | 11.58 | - |
| YUV | 137.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 201 | 62 | 0.80 | 0 | 0.69 | 0.21 | 127.88 | 0.66 | 0.47 |
| Hex | 29 | C9 | 3E | 50 | 0 | 45 | 15 | 80 | 42 | 2F |
| Octal | 51 | 311 | 76 | 120 | 0 | 105 | 25 | 200 | 102 | 57 |
| Binary | 101001 | 11001001 | 111110 | 1010000 | 0 | 1000101 | 10101 | 10000000 | 1000010 | 101111 |
Color Harmonies of #29C93E
Complementary color
Monochromatic Colors of #29C93E
Black with #29C93E
Text Example
Text Example
White with #29C93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29C93E; }
p { color: rgb(41,201,62); }
H1.HeaderClassName
{
color: #29C93E;
}
.AnyTagClassName
{
color: #29C93E;
}
</style>
background-color css
<style>
a { background-color: #29C93E; }
a { background-color: rgb(41,201,62); }
div.DivClassName
{
background-color: #29C93E;
}
.BgClassName
{
background-color: #29C93E;
}
</style>
border-color css
<style>
span { border-color: #29C93E; }
span { border-color: rgb(41,201,62); }
td.TdClassName
{
border-color: #29C93E;
}
.TagClassName
{
border-color: #29C93E;
}
</style>