Shades of Lime Green #2DDD25
Tints of Lime Green #2DDD25
RGB
CMYK
RGB Variations
Color information
#2DDD25 (or 0x2DDD25) is known color: Lime Green. HEX triplet: 2D, DD and 25. RGB value is (45,221,37). Sum of RGB (Red+Green+Blue) = 45+221+37=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDD25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDD25 is #D222DA. Grayscale: #939393. Windows color (decimal): -13771483 or 2481453. OLE color: 2481453.
HSL color Cylindrical-coordinate representation of color #2DDD25: hue angle of 117.39º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DDD25 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 37 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.13 |
| HSL | 117.39º | 0.73% | 0.51% | - |
| HSV(B) | 117.39º | 0.83% | 0.87% | - |
| XYZ | 27.27 | 52.4 | 10.43 | - |
| YUV | 147.4 | 65.69 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 37 | 0.80 | 0 | 0.83 | 0.13 | 117.39 | 0.73 | 0.51 |
| Hex | 2D | DD | 25 | 50 | 0 | 53 | D | 75 | 49 | 33 |
| Octal | 55 | 335 | 45 | 120 | 0 | 123 | 15 | 165 | 111 | 63 |
| Binary | 101101 | 11011101 | 100101 | 1010000 | 0 | 1010011 | 1101 | 1110101 | 1001001 | 110011 |
Color Harmonies of #2DDD25
Complementary color
Monochromatic Colors of #2DDD25
Black with #2DDD25
Text Example
Text Example
White with #2DDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDD25; }
p { color: rgb(45,221,37); }
H1.HeaderClassName
{
color: #2DDD25;
}
.AnyTagClassName
{
color: #2DDD25;
}
</style>
background-color css
<style>
a { background-color: #2DDD25; }
a { background-color: rgb(45,221,37); }
div.DivClassName
{
background-color: #2DDD25;
}
.BgClassName
{
background-color: #2DDD25;
}
</style>
border-color css
<style>
span { border-color: #2DDD25; }
span { border-color: rgb(45,221,37); }
td.TdClassName
{
border-color: #2DDD25;
}
.TagClassName
{
border-color: #2DDD25;
}
</style>