Shades of Lime Green #29ED30
Tints of Lime Green #29ED30
RGB
CMYK
RGB Variations
Color information
#29ED30 (or 0x29ED30) is known color: Lime Green. HEX triplet: 29, ED and 30. RGB value is (41,237,48). Sum of RGB (Red+Green+Blue) = 41+237+48=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 237 (92.97% from 255 or 72.70% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 237 - color contains mainly: green. Hex color #29ED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #29ED30 is #D612CF. Grayscale: #9D9D9D. Windows color (decimal): -14029520 or 3206441. OLE color: 3206441.
HSL color Cylindrical-coordinate representation of color #29ED30: hue angle of 122.14º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #29ED30 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 237 | 48 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.07 |
| HSL | 122.14º | 0.84% | 0.55% | - |
| HSV(B) | 122.14º | 0.83% | 0.93% | - |
| XYZ | 31.73 | 61.25 | 12.95 | - |
| YUV | 156.85 | 66.57 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 237 | 48 | 0.83 | 0 | 0.80 | 0.07 | 122.14 | 0.84 | 0.55 |
| Hex | 29 | ED | 30 | 53 | 0 | 50 | 7 | 7A | 54 | 37 |
| Octal | 51 | 355 | 60 | 123 | 0 | 120 | 7 | 172 | 124 | 67 |
| Binary | 101001 | 11101101 | 110000 | 1010011 | 0 | 1010000 | 111 | 1111010 | 1010100 | 110111 |
Color Harmonies of #29ED30
Complementary color
Monochromatic Colors of #29ED30
Black with #29ED30
Text Example
Text Example
White with #29ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29ED30; }
p { color: rgb(41,237,48); }
H1.HeaderClassName
{
color: #29ED30;
}
.AnyTagClassName
{
color: #29ED30;
}
</style>
background-color css
<style>
a { background-color: #29ED30; }
a { background-color: rgb(41,237,48); }
div.DivClassName
{
background-color: #29ED30;
}
.BgClassName
{
background-color: #29ED30;
}
</style>
border-color css
<style>
span { border-color: #29ED30; }
span { border-color: rgb(41,237,48); }
td.TdClassName
{
border-color: #29ED30;
}
.TagClassName
{
border-color: #29ED30;
}
</style>