Shades of Lime Green #2DD120
Tints of Lime Green #2DD120
RGB
CMYK
RGB Variations
Color information
#2DD120 (or 0x2DD120) is known color: Lime Green. HEX triplet: 2D, D1 and 20. RGB value is (45,209,32). Sum of RGB (Red+Green+Blue) = 45+209+32=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 209 (82.03% from 255 or 73.08% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 209 - color contains mainly: green. Hex color #2DD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD120 is #D22EDF. Grayscale: #8C8C8C. Windows color (decimal): -13774560 or 2150701. OLE color: 2150701.
HSL color Cylindrical-coordinate representation of color #2DD120: hue angle of 115.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DD120 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 45 | 209 | 32 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.18 |
| HSL | 115.59º | 0.73% | 0.47% | - |
| HSV(B) | 115.59º | 0.85% | 0.82% | - |
| XYZ | 24.14 | 46.26 | 9.02 | - |
| YUV | 139.79 | 67.17 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 209 | 32 | 0.78 | 0 | 0.85 | 0.18 | 115.59 | 0.73 | 0.47 |
| Hex | 2D | D1 | 20 | 4E | 0 | 55 | 12 | 74 | 49 | 2F |
| Octal | 55 | 321 | 40 | 116 | 0 | 125 | 22 | 164 | 111 | 57 |
| Binary | 101101 | 11010001 | 100000 | 1001110 | 0 | 1010101 | 10010 | 1110100 | 1001001 | 101111 |
Color Harmonies of #2DD120
Complementary color
Monochromatic Colors of #2DD120
Black with #2DD120
Text Example
Text Example
White with #2DD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD120; }
p { color: rgb(45,209,32); }
H1.HeaderClassName
{
color: #2DD120;
}
.AnyTagClassName
{
color: #2DD120;
}
</style>
background-color css
<style>
a { background-color: #2DD120; }
a { background-color: rgb(45,209,32); }
div.DivClassName
{
background-color: #2DD120;
}
.BgClassName
{
background-color: #2DD120;
}
</style>
border-color css
<style>
span { border-color: #2DD120; }
span { border-color: rgb(45,209,32); }
td.TdClassName
{
border-color: #2DD120;
}
.TagClassName
{
border-color: #2DD120;
}
</style>