Shades of Lime Green #2DDC15
Tints of Lime Green #2DDC15
RGB
CMYK
RGB Variations
Color information
#2DDC15 (or 0x2DDC15) is known color: Lime Green. HEX triplet: 2D, DC and 15. RGB value is (45,220,21). Sum of RGB (Red+Green+Blue) = 45+220+21=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC15 is #D223EA. Grayscale: #919191. Windows color (decimal): -13771755 or 1432621. OLE color: 1432621.
HSL color Cylindrical-coordinate representation of color #2DDC15: hue angle of 112.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DDC15 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.14 |
| HSL | 112.76º | 0.83% | 0.47% | - |
| HSV(B) | 112.76º | 0.9% | 0.86% | - |
| XYZ | 26.81 | 51.8 | 9.29 | - |
| YUV | 144.99 | 58.02 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 21 | 0.80 | 0 | 0.90 | 0.14 | 112.76 | 0.83 | 0.47 |
| Hex | 2D | DC | 15 | 50 | 0 | 5A | E | 71 | 53 | 2F |
| Octal | 55 | 334 | 25 | 120 | 0 | 132 | 16 | 161 | 123 | 57 |
| Binary | 101101 | 11011100 | 10101 | 1010000 | 0 | 1011010 | 1110 | 1110001 | 1010011 | 101111 |
Color Harmonies of #2DDC15
Complementary color
Monochromatic Colors of #2DDC15
Black with #2DDC15
Text Example
Text Example
White with #2DDC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC15; }
p { color: rgb(45,220,21); }
H1.HeaderClassName
{
color: #2DDC15;
}
.AnyTagClassName
{
color: #2DDC15;
}
</style>
background-color css
<style>
a { background-color: #2DDC15; }
a { background-color: rgb(45,220,21); }
div.DivClassName
{
background-color: #2DDC15;
}
.BgClassName
{
background-color: #2DDC15;
}
</style>
border-color css
<style>
span { border-color: #2DDC15; }
span { border-color: rgb(45,220,21); }
td.TdClassName
{
border-color: #2DDC15;
}
.TagClassName
{
border-color: #2DDC15;
}
</style>