Shades of Lime Green #2DDD24
Tints of Lime Green #2DDD24
RGB
CMYK
RGB Variations
Color information
#2DDD24 (or 0x2DDD24) is known color: Lime Green. HEX triplet: 2D, DD and 24. RGB value is (45,221,36). Sum of RGB (Red+Green+Blue) = 45+221+36=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD24 is #D222DB. Grayscale: #939393. Windows color (decimal): -13771484 or 2415917. OLE color: 2415917.
HSL color Cylindrical-coordinate representation of color #2DDD24: hue angle of 117.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DDD24 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 36 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.13 |
| HSL | 117.08º | 0.73% | 0.5% | - |
| HSV(B) | 117.08º | 0.84% | 0.87% | - |
| XYZ | 27.26 | 52.4 | 10.35 | - |
| YUV | 147.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 36 | 0.80 | 0 | 0.84 | 0.13 | 117.08 | 0.73 | 0.5 |
| Hex | 2D | DD | 24 | 50 | 0 | 54 | D | 75 | 49 | 32 |
| Octal | 55 | 335 | 44 | 120 | 0 | 124 | 15 | 165 | 111 | 62 |
| Binary | 101101 | 11011101 | 100100 | 1010000 | 0 | 1010100 | 1101 | 1110101 | 1001001 | 110010 |
Color Harmonies of #2DDD24
Complementary color
Monochromatic Colors of #2DDD24
Black with #2DDD24
Text Example
Text Example
White with #2DDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD24; }
p { color: rgb(45,221,36); }
H1.HeaderClassName
{
color: #2DDD24;
}
.AnyTagClassName
{
color: #2DDD24;
}
</style>
background-color css
<style>
a { background-color: #2DDD24; }
a { background-color: rgb(45,221,36); }
div.DivClassName
{
background-color: #2DDD24;
}
.BgClassName
{
background-color: #2DDD24;
}
</style>
border-color css
<style>
span { border-color: #2DDD24; }
span { border-color: rgb(45,221,36); }
td.TdClassName
{
border-color: #2DDD24;
}
.TagClassName
{
border-color: #2DDD24;
}
</style>