Shades of Lime Green #2DDC12
Tints of Lime Green #2DDC12
RGB
CMYK
RGB Variations
Color information
#2DDC12 (or 0x2DDC12) is known color: Lime Green. HEX triplet: 2D, DC and 12. RGB value is (45,220,18). Sum of RGB (Red+Green+Blue) = 45+220+18=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDC12 is #D223ED. Grayscale: #919191. Windows color (decimal): -13771758 or 1236013. OLE color: 1236013.
HSL color Cylindrical-coordinate representation of color #2DDC12: hue angle of 111.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2DDC12 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 18 | - |
| CMYK | 0.80 | 0 | 0.92 | 0.14 |
| HSL | 111.98º | 0.85% | 0.47% | - |
| HSV(B) | 111.98º | 0.92% | 0.86% | - |
| XYZ | 26.78 | 51.79 | 9.16 | - |
| YUV | 144.65 | 56.52 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 18 | 0.80 | 0 | 0.92 | 0.14 | 111.98 | 0.85 | 0.47 |
| Hex | 2D | DC | 12 | 50 | 0 | 5C | E | 70 | 55 | 2F |
| Octal | 55 | 334 | 22 | 120 | 0 | 134 | 16 | 160 | 125 | 57 |
| Binary | 101101 | 11011100 | 10010 | 1010000 | 0 | 1011100 | 1110 | 1110000 | 1010101 | 101111 |
Color Harmonies of #2DDC12
Complementary color
Monochromatic Colors of #2DDC12
Black with #2DDC12
Text Example
Text Example
White with #2DDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC12; }
p { color: rgb(45,220,18); }
H1.HeaderClassName
{
color: #2DDC12;
}
.AnyTagClassName
{
color: #2DDC12;
}
</style>
background-color css
<style>
a { background-color: #2DDC12; }
a { background-color: rgb(45,220,18); }
div.DivClassName
{
background-color: #2DDC12;
}
.BgClassName
{
background-color: #2DDC12;
}
</style>
border-color css
<style>
span { border-color: #2DDC12; }
span { border-color: rgb(45,220,18); }
td.TdClassName
{
border-color: #2DDC12;
}
.TagClassName
{
border-color: #2DDC12;
}
</style>