Shades of Lime Green #2DDD42
Tints of Lime Green #2DDD42
RGB
CMYK
RGB Variations
Color information
#2DDD42 (or 0x2DDD42) is known color: Lime Green. HEX triplet: 2D, DD and 42. RGB value is (45,221,66). Sum of RGB (Red+Green+Blue) = 45+221+66=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD42 is #D222BD. Grayscale: #979797. Windows color (decimal): -13771454 or 4381997. OLE color: 4381997.
HSL color Cylindrical-coordinate representation of color #2DDD42: hue angle of 127.16º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDD42 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 66 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.13 |
| HSL | 127.16º | 0.72% | 0.52% | - |
| HSV(B) | 127.16º | 0.8% | 0.87% | - |
| XYZ | 27.92 | 52.66 | 13.85 | - |
| YUV | 150.71 | 80.19 | 52.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 66 | 0.80 | 0 | 0.70 | 0.13 | 127.16 | 0.72 | 0.52 |
| Hex | 2D | DD | 42 | 50 | 0 | 46 | D | 7F | 48 | 34 |
| Octal | 55 | 335 | 102 | 120 | 0 | 106 | 15 | 177 | 110 | 64 |
| Binary | 101101 | 11011101 | 1000010 | 1010000 | 0 | 1000110 | 1101 | 1111111 | 1001000 | 110100 |
Color Harmonies of #2DDD42
Complementary color
Monochromatic Colors of #2DDD42
Black with #2DDD42
Text Example
Text Example
White with #2DDD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD42; }
p { color: rgb(45,221,66); }
H1.HeaderClassName
{
color: #2DDD42;
}
.AnyTagClassName
{
color: #2DDD42;
}
</style>
background-color css
<style>
a { background-color: #2DDD42; }
a { background-color: rgb(45,221,66); }
div.DivClassName
{
background-color: #2DDD42;
}
.BgClassName
{
background-color: #2DDD42;
}
</style>
border-color css
<style>
span { border-color: #2DDD42; }
span { border-color: rgb(45,221,66); }
td.TdClassName
{
border-color: #2DDD42;
}
.TagClassName
{
border-color: #2DDD42;
}
</style>