Shades of Lime Green #2DE617
Tints of Lime Green #2DE617
RGB
CMYK
RGB Variations
Color information
#2DE617 (or 0x2DE617) is known color: Lime Green. HEX triplet: 2D, E6 and 17. RGB value is (45,230,23). Sum of RGB (Red+Green+Blue) = 45+230+23=298 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.10% from 298); Green value is 230 (90.23% from 255 or 77.18% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 230 - color contains mainly: green. Hex color #2DE617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2DE617 is #D219E8. Grayscale: #979797. Windows color (decimal): -13769193 or 1566253. OLE color: 1566253.
HSL color Cylindrical-coordinate representation of color #2DE617: hue angle of 113.62º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DE617 is Cyan = 0.80, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 45 | 230 | 23 | - |
| CMYK | 0.80 | 0 | 0.9 | 0.10 |
| HSL | 113.62º | 0.82% | 0.5% | - |
| HSV(B) | 113.62º | 0.9% | 0.9% | - |
| XYZ | 29.53 | 57.21 | 10.3 | - |
| YUV | 151.09 | 55.71 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 230 | 23 | 0.80 | 0 | 0.9 | 0.10 | 113.62 | 0.82 | 0.5 |
| Hex | 2D | E6 | 17 | 50 | 0 | 5A | A | 72 | 52 | 32 |
| Octal | 55 | 346 | 27 | 120 | 0 | 132 | 12 | 162 | 122 | 62 |
| Binary | 101101 | 11100110 | 10111 | 1010000 | 0 | 1011010 | 1010 | 1110010 | 1010010 | 110010 |
Color Harmonies of #2DE617
Complementary color
Monochromatic Colors of #2DE617
Black with #2DE617
Text Example
Text Example
White with #2DE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE617; }
p { color: rgb(45,230,23); }
H1.HeaderClassName
{
color: #2DE617;
}
.AnyTagClassName
{
color: #2DE617;
}
</style>
background-color css
<style>
a { background-color: #2DE617; }
a { background-color: rgb(45,230,23); }
div.DivClassName
{
background-color: #2DE617;
}
.BgClassName
{
background-color: #2DE617;
}
</style>
border-color css
<style>
span { border-color: #2DE617; }
span { border-color: rgb(45,230,23); }
td.TdClassName
{
border-color: #2DE617;
}
.TagClassName
{
border-color: #2DE617;
}
</style>