Shades of Lime Green #2DDC37
Tints of Lime Green #2DDC37
RGB
CMYK
RGB Variations
Color information
#2DDC37 (or 0x2DDC37) is known color: Lime Green. HEX triplet: 2D, DC and 37. RGB value is (45,220,55). Sum of RGB (Red+Green+Blue) = 45+220+55=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DDC37 is #D223C8. Grayscale: #959595. Windows color (decimal): -13771721 or 3660845. OLE color: 3660845.
HSL color Cylindrical-coordinate representation of color #2DDC37: hue angle of 123.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDC37 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 55 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.14 |
| HSL | 123.43º | 0.71% | 0.52% | - |
| HSV(B) | 123.43º | 0.8% | 0.86% | - |
| XYZ | 27.36 | 52.02 | 12.21 | - |
| YUV | 148.87 | 75.02 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 55 | 0.80 | 0 | 0.75 | 0.14 | 123.43 | 0.71 | 0.52 |
| Hex | 2D | DC | 37 | 50 | 0 | 4B | E | 7B | 47 | 34 |
| Octal | 55 | 334 | 67 | 120 | 0 | 113 | 16 | 173 | 107 | 64 |
| Binary | 101101 | 11011100 | 110111 | 1010000 | 0 | 1001011 | 1110 | 1111011 | 1000111 | 110100 |
Color Harmonies of #2DDC37
Complementary color
Monochromatic Colors of #2DDC37
Black with #2DDC37
Text Example
Text Example
White with #2DDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC37; }
p { color: rgb(45,220,55); }
H1.HeaderClassName
{
color: #2DDC37;
}
.AnyTagClassName
{
color: #2DDC37;
}
</style>
background-color css
<style>
a { background-color: #2DDC37; }
a { background-color: rgb(45,220,55); }
div.DivClassName
{
background-color: #2DDC37;
}
.BgClassName
{
background-color: #2DDC37;
}
</style>
border-color css
<style>
span { border-color: #2DDC37; }
span { border-color: rgb(45,220,55); }
td.TdClassName
{
border-color: #2DDC37;
}
.TagClassName
{
border-color: #2DDC37;
}
</style>