Shades of Lime Green #29D330
Tints of Lime Green #29D330
RGB
CMYK
RGB Variations
Color information
#29D330 (or 0x29D330) is known color: Lime Green. HEX triplet: 29, D3 and 30. RGB value is (41,211,48). Sum of RGB (Red+Green+Blue) = 41+211+48=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 211 (82.81% from 255 or 70.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 211 - color contains mainly: green. Hex color #29D330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #29D330 is #D62CCF. Grayscale: #8E8E8E. Windows color (decimal): -14036176 or 3199785. OLE color: 3199785.
HSL color Cylindrical-coordinate representation of color #29D330: hue angle of 122.47º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #29D330 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 211 | 48 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.17 |
| HSL | 122.47º | 0.67% | 0.49% | - |
| HSV(B) | 122.47º | 0.81% | 0.83% | - |
| XYZ | 24.74 | 47.27 | 10.62 | - |
| YUV | 141.59 | 75.18 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 211 | 48 | 0.81 | 0 | 0.77 | 0.17 | 122.47 | 0.67 | 0.49 |
| Hex | 29 | D3 | 30 | 51 | 0 | 4D | 11 | 7A | 43 | 31 |
| Octal | 51 | 323 | 60 | 121 | 0 | 115 | 21 | 172 | 103 | 61 |
| Binary | 101001 | 11010011 | 110000 | 1010001 | 0 | 1001101 | 10001 | 1111010 | 1000011 | 110001 |
Color Harmonies of #29D330
Complementary color
Monochromatic Colors of #29D330
Black with #29D330
Text Example
Text Example
White with #29D330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29D330; }
p { color: rgb(41,211,48); }
H1.HeaderClassName
{
color: #29D330;
}
.AnyTagClassName
{
color: #29D330;
}
</style>
background-color css
<style>
a { background-color: #29D330; }
a { background-color: rgb(41,211,48); }
div.DivClassName
{
background-color: #29D330;
}
.BgClassName
{
background-color: #29D330;
}
</style>
border-color css
<style>
span { border-color: #29D330; }
span { border-color: rgb(41,211,48); }
td.TdClassName
{
border-color: #29D330;
}
.TagClassName
{
border-color: #29D330;
}
</style>