Shades of Lime Green #29BD3E
Tints of Lime Green #29BD3E
RGB
CMYK
RGB Variations
Color information
#29BD3E (or 0x29BD3E) is known color: Lime Green. HEX triplet: 29, BD and 3E. RGB value is (41,189,62). Sum of RGB (Red+Green+Blue) = 41+189+62=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #29BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29BD3E is #D642C1. Grayscale: #828282. Windows color (decimal): -14041794 or 4111657. OLE color: 4111657.
HSL color Cylindrical-coordinate representation of color #29BD3E: hue angle of 128.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BD3E is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 189 | 62 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.26 |
| HSL | 128.51º | 0.64% | 0.45% | - |
| HSV(B) | 128.51º | 0.78% | 0.74% | - |
| XYZ | 19.98 | 37.21 | 10.69 | - |
| YUV | 130.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 189 | 62 | 0.78 | 0 | 0.67 | 0.26 | 128.51 | 0.64 | 0.45 |
| Hex | 29 | BD | 3E | 4E | 0 | 43 | 1A | 81 | 40 | 2D |
| Octal | 51 | 275 | 76 | 116 | 0 | 103 | 32 | 201 | 100 | 55 |
| Binary | 101001 | 10111101 | 111110 | 1001110 | 0 | 1000011 | 11010 | 10000001 | 1000000 | 101101 |
Color Harmonies of #29BD3E
Complementary color
Monochromatic Colors of #29BD3E
Black with #29BD3E
Text Example
Text Example
White with #29BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29BD3E; }
p { color: rgb(41,189,62); }
H1.HeaderClassName
{
color: #29BD3E;
}
.AnyTagClassName
{
color: #29BD3E;
}
</style>
background-color css
<style>
a { background-color: #29BD3E; }
a { background-color: rgb(41,189,62); }
div.DivClassName
{
background-color: #29BD3E;
}
.BgClassName
{
background-color: #29BD3E;
}
</style>
border-color css
<style>
span { border-color: #29BD3E; }
span { border-color: rgb(41,189,62); }
td.TdClassName
{
border-color: #29BD3E;
}
.TagClassName
{
border-color: #29BD3E;
}
</style>