Shades of Lime Green #2DDC19
Tints of Lime Green #2DDC19
RGB
CMYK
RGB Variations
Color information
#2DDC19 (or 0x2DDC19) is known color: Lime Green. HEX triplet: 2D, DC and 19. RGB value is (45,220,25). Sum of RGB (Red+Green+Blue) = 45+220+25=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC19 is #D223E6. Grayscale: #929292. Windows color (decimal): -13771751 or 1694765. OLE color: 1694765.
HSL color Cylindrical-coordinate representation of color #2DDC19: hue angle of 113.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DDC19 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 25 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.14 |
| HSL | 113.85º | 0.8% | 0.48% | - |
| HSV(B) | 113.85º | 0.89% | 0.86% | - |
| XYZ | 26.85 | 51.81 | 9.51 | - |
| YUV | 145.45 | 60.02 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 25 | 0.80 | 0 | 0.89 | 0.14 | 113.85 | 0.8 | 0.48 |
| Hex | 2D | DC | 19 | 50 | 0 | 59 | E | 72 | 50 | 30 |
| Octal | 55 | 334 | 31 | 120 | 0 | 131 | 16 | 162 | 120 | 60 |
| Binary | 101101 | 11011100 | 11001 | 1010000 | 0 | 1011001 | 1110 | 1110010 | 1010000 | 110000 |
Color Harmonies of #2DDC19
Complementary color
Monochromatic Colors of #2DDC19
Black with #2DDC19
Text Example
Text Example
White with #2DDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC19; }
p { color: rgb(45,220,25); }
H1.HeaderClassName
{
color: #2DDC19;
}
.AnyTagClassName
{
color: #2DDC19;
}
</style>
background-color css
<style>
a { background-color: #2DDC19; }
a { background-color: rgb(45,220,25); }
div.DivClassName
{
background-color: #2DDC19;
}
.BgClassName
{
background-color: #2DDC19;
}
</style>
border-color css
<style>
span { border-color: #2DDC19; }
span { border-color: rgb(45,220,25); }
td.TdClassName
{
border-color: #2DDC19;
}
.TagClassName
{
border-color: #2DDC19;
}
</style>