Shades of Lime Green #2DD816
Tints of Lime Green #2DD816
RGB
CMYK
RGB Variations
Color information
#2DD816 (or 0x2DD816) is known color: Lime Green. HEX triplet: 2D, D8 and 16. RGB value is (45,216,22). Sum of RGB (Red+Green+Blue) = 45+216+22=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD816 is #D227E9. Grayscale: #8F8F8F. Windows color (decimal): -13772778 or 1497133. OLE color: 1497133.
HSL color Cylindrical-coordinate representation of color #2DD816: hue angle of 112.89º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DD816 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 22 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.15 |
| HSL | 112.89º | 0.82% | 0.47% | - |
| HSV(B) | 112.89º | 0.9% | 0.85% | - |
| XYZ | 25.78 | 49.73 | 9 | - |
| YUV | 142.76 | 59.85 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 22 | 0.79 | 0 | 0.90 | 0.15 | 112.89 | 0.82 | 0.47 |
| Hex | 2D | D8 | 16 | 4F | 0 | 5A | F | 71 | 52 | 2F |
| Octal | 55 | 330 | 26 | 117 | 0 | 132 | 17 | 161 | 122 | 57 |
| Binary | 101101 | 11011000 | 10110 | 1001111 | 0 | 1011010 | 1111 | 1110001 | 1010010 | 101111 |
Color Harmonies of #2DD816
Complementary color
Monochromatic Colors of #2DD816
Black with #2DD816
Text Example
Text Example
White with #2DD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD816; }
p { color: rgb(45,216,22); }
H1.HeaderClassName
{
color: #2DD816;
}
.AnyTagClassName
{
color: #2DD816;
}
</style>
background-color css
<style>
a { background-color: #2DD816; }
a { background-color: rgb(45,216,22); }
div.DivClassName
{
background-color: #2DD816;
}
.BgClassName
{
background-color: #2DD816;
}
</style>
border-color css
<style>
span { border-color: #2DD816; }
span { border-color: rgb(45,216,22); }
td.TdClassName
{
border-color: #2DD816;
}
.TagClassName
{
border-color: #2DD816;
}
</style>