Shades of Lime Green #2DDD32
Tints of Lime Green #2DDD32
RGB
CMYK
RGB Variations
Color information
#2DDD32 (or 0x2DDD32) is known color: Lime Green. HEX triplet: 2D, DD and 32. RGB value is (45,221,50). Sum of RGB (Red+Green+Blue) = 45+221+50=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD32 is #D222CD. Grayscale: #959595. Windows color (decimal): -13771470 or 3333421. OLE color: 3333421.
HSL color Cylindrical-coordinate representation of color #2DDD32: hue angle of 121.7º 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 #2DDD32 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 50 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.13 |
| HSL | 121.7º | 0.72% | 0.52% | - |
| HSV(B) | 121.7º | 0.8% | 0.87% | - |
| XYZ | 27.51 | 52.5 | 11.7 | - |
| YUV | 148.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 50 | 0.80 | 0 | 0.77 | 0.13 | 121.7 | 0.72 | 0.52 |
| Hex | 2D | DD | 32 | 50 | 0 | 4D | D | 7A | 48 | 34 |
| Octal | 55 | 335 | 62 | 120 | 0 | 115 | 15 | 172 | 110 | 64 |
| Binary | 101101 | 11011101 | 110010 | 1010000 | 0 | 1001101 | 1101 | 1111010 | 1001000 | 110100 |
Color Harmonies of #2DDD32
Complementary color
Monochromatic Colors of #2DDD32
Black with #2DDD32
Text Example
Text Example
White with #2DDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD32; }
p { color: rgb(45,221,50); }
H1.HeaderClassName
{
color: #2DDD32;
}
.AnyTagClassName
{
color: #2DDD32;
}
</style>
background-color css
<style>
a { background-color: #2DDD32; }
a { background-color: rgb(45,221,50); }
div.DivClassName
{
background-color: #2DDD32;
}
.BgClassName
{
background-color: #2DDD32;
}
</style>
border-color css
<style>
span { border-color: #2DDD32; }
span { border-color: rgb(45,221,50); }
td.TdClassName
{
border-color: #2DDD32;
}
.TagClassName
{
border-color: #2DDD32;
}
</style>