Shades of Lime Green #2DD914
Tints of Lime Green #2DD914
RGB
CMYK
RGB Variations
Color information
#2DD914 (or 0x2DD914) is known color: Lime Green. HEX triplet: 2D, D9 and 14. RGB value is (45,217,20). Sum of RGB (Red+Green+Blue) = 45+217+20=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 217 (85.16% from 255 or 76.95% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 217 - color contains mainly: green. Hex color #2DD914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD914 is #D226EB. Grayscale: #8F8F8F. Windows color (decimal): -13772524 or 1366317. OLE color: 1366317.
HSL color Cylindrical-coordinate representation of color #2DD914: hue angle of 112.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DD914 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 217 | 20 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.15 |
| HSL | 112.39º | 0.83% | 0.46% | - |
| HSV(B) | 112.39º | 0.91% | 0.85% | - |
| XYZ | 26.02 | 50.23 | 8.99 | - |
| YUV | 143.11 | 58.52 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 217 | 20 | 0.79 | 0 | 0.91 | 0.15 | 112.39 | 0.83 | 0.46 |
| Hex | 2D | D9 | 14 | 4F | 0 | 5B | F | 70 | 53 | 2E |
| Octal | 55 | 331 | 24 | 117 | 0 | 133 | 17 | 160 | 123 | 56 |
| Binary | 101101 | 11011001 | 10100 | 1001111 | 0 | 1011011 | 1111 | 1110000 | 1010011 | 101110 |
Color Harmonies of #2DD914
Complementary color
Monochromatic Colors of #2DD914
Black with #2DD914
Text Example
Text Example
White with #2DD914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD914; }
p { color: rgb(45,217,20); }
H1.HeaderClassName
{
color: #2DD914;
}
.AnyTagClassName
{
color: #2DD914;
}
</style>
background-color css
<style>
a { background-color: #2DD914; }
a { background-color: rgb(45,217,20); }
div.DivClassName
{
background-color: #2DD914;
}
.BgClassName
{
background-color: #2DD914;
}
</style>
border-color css
<style>
span { border-color: #2DD914; }
span { border-color: rgb(45,217,20); }
td.TdClassName
{
border-color: #2DD914;
}
.TagClassName
{
border-color: #2DD914;
}
</style>