Shades of Lime Green #2DDE15
Tints of Lime Green #2DDE15
RGB
CMYK
RGB Variations
Color information
#2DDE15 (or 0x2DDE15) is known color: Lime Green. HEX triplet: 2D, DE and 15. RGB value is (45,222,21). Sum of RGB (Red+Green+Blue) = 45+222+21=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 222 (87.11% from 255 or 77.08% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDE15 is #D221EA. Grayscale: #929292. Windows color (decimal): -13771243 or 1433133. OLE color: 1433133.
HSL color Cylindrical-coordinate representation of color #2DDE15: hue angle of 112.84º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DDE15 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 21 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.13 |
| HSL | 112.84º | 0.83% | 0.48% | - |
| HSV(B) | 112.84º | 0.91% | 0.87% | - |
| XYZ | 27.34 | 52.85 | 9.47 | - |
| YUV | 146.16 | 57.36 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 21 | 0.80 | 0 | 0.91 | 0.13 | 112.84 | 0.83 | 0.48 |
| Hex | 2D | DE | 15 | 50 | 0 | 5B | D | 71 | 53 | 30 |
| Octal | 55 | 336 | 25 | 120 | 0 | 133 | 15 | 161 | 123 | 60 |
| Binary | 101101 | 11011110 | 10101 | 1010000 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 110000 |
Color Harmonies of #2DDE15
Complementary color
Monochromatic Colors of #2DDE15
Black with #2DDE15
Text Example
Text Example
White with #2DDE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE15; }
p { color: rgb(45,222,21); }
H1.HeaderClassName
{
color: #2DDE15;
}
.AnyTagClassName
{
color: #2DDE15;
}
</style>
background-color css
<style>
a { background-color: #2DDE15; }
a { background-color: rgb(45,222,21); }
div.DivClassName
{
background-color: #2DDE15;
}
.BgClassName
{
background-color: #2DDE15;
}
</style>
border-color css
<style>
span { border-color: #2DDE15; }
span { border-color: rgb(45,222,21); }
td.TdClassName
{
border-color: #2DDE15;
}
.TagClassName
{
border-color: #2DDE15;
}
</style>