Shades of Lime Green #2DD617
Tints of Lime Green #2DD617
RGB
CMYK
RGB Variations
Color information
#2DD617 (or 0x2DD617) is known color: Lime Green. HEX triplet: 2D, D6 and 17. RGB value is (45,214,23). Sum of RGB (Red+Green+Blue) = 45+214+23=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 214 (83.98% from 255 or 75.89% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 214 - color contains mainly: green. Hex color #2DD617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD617 is #D229E8. Grayscale: #8E8E8E. Windows color (decimal): -13773289 or 1562157. OLE color: 1562157.
HSL color Cylindrical-coordinate representation of color #2DD617: hue angle of 113.09º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DD617 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 214 | 23 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.16 |
| HSL | 113.09º | 0.81% | 0.46% | - |
| HSV(B) | 113.09º | 0.89% | 0.84% | - |
| XYZ | 25.28 | 48.71 | 8.88 | - |
| YUV | 141.7 | 61.01 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 214 | 23 | 0.79 | 0 | 0.89 | 0.16 | 113.09 | 0.81 | 0.46 |
| Hex | 2D | D6 | 17 | 4F | 0 | 59 | 10 | 71 | 51 | 2E |
| Octal | 55 | 326 | 27 | 117 | 0 | 131 | 20 | 161 | 121 | 56 |
| Binary | 101101 | 11010110 | 10111 | 1001111 | 0 | 1011001 | 10000 | 1110001 | 1010001 | 101110 |
Color Harmonies of #2DD617
Complementary color
Monochromatic Colors of #2DD617
Black with #2DD617
Text Example
Text Example
White with #2DD617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD617; }
p { color: rgb(45,214,23); }
H1.HeaderClassName
{
color: #2DD617;
}
.AnyTagClassName
{
color: #2DD617;
}
</style>
background-color css
<style>
a { background-color: #2DD617; }
a { background-color: rgb(45,214,23); }
div.DivClassName
{
background-color: #2DD617;
}
.BgClassName
{
background-color: #2DD617;
}
</style>
border-color css
<style>
span { border-color: #2DD617; }
span { border-color: rgb(45,214,23); }
td.TdClassName
{
border-color: #2DD617;
}
.TagClassName
{
border-color: #2DD617;
}
</style>