Shades of Lime Green #2DDE17
Tints of Lime Green #2DDE17
RGB
CMYK
RGB Variations
Color information
#2DDE17 (or 0x2DDE17) is known color: Lime Green. HEX triplet: 2D, DE and 17. RGB value is (45,222,23). Sum of RGB (Red+Green+Blue) = 45+222+23=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DDE17 is #D221E8. Grayscale: #939393. Windows color (decimal): -13771241 or 1564205. OLE color: 1564205.
HSL color Cylindrical-coordinate representation of color #2DDE17: hue angle of 113.37º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DDE17 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 23 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.13 |
| HSL | 113.37º | 0.81% | 0.48% | - |
| HSV(B) | 113.37º | 0.9% | 0.87% | - |
| XYZ | 27.36 | 52.86 | 9.57 | - |
| YUV | 146.39 | 58.36 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 23 | 0.80 | 0 | 0.90 | 0.13 | 113.37 | 0.81 | 0.48 |
| Hex | 2D | DE | 17 | 50 | 0 | 5A | D | 71 | 51 | 30 |
| Octal | 55 | 336 | 27 | 120 | 0 | 132 | 15 | 161 | 121 | 60 |
| Binary | 101101 | 11011110 | 10111 | 1010000 | 0 | 1011010 | 1101 | 1110001 | 1010001 | 110000 |
Color Harmonies of #2DDE17
Complementary color
Monochromatic Colors of #2DDE17
Black with #2DDE17
Text Example
Text Example
White with #2DDE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE17; }
p { color: rgb(45,222,23); }
H1.HeaderClassName
{
color: #2DDE17;
}
.AnyTagClassName
{
color: #2DDE17;
}
</style>
background-color css
<style>
a { background-color: #2DDE17; }
a { background-color: rgb(45,222,23); }
div.DivClassName
{
background-color: #2DDE17;
}
.BgClassName
{
background-color: #2DDE17;
}
</style>
border-color css
<style>
span { border-color: #2DDE17; }
span { border-color: rgb(45,222,23); }
td.TdClassName
{
border-color: #2DDE17;
}
.TagClassName
{
border-color: #2DDE17;
}
</style>