Shades of Lime Green #2DD417
Tints of Lime Green #2DD417
RGB
CMYK
RGB Variations
Color information
#2DD417 (or 0x2DD417) is known color: Lime Green. HEX triplet: 2D, D4 and 17. RGB value is (45,212,23). Sum of RGB (Red+Green+Blue) = 45+212+23=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 212 (83.20% from 255 or 75.71% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 212 - color contains mainly: green. Hex color #2DD417 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD417 is #D22BE8. Grayscale: #8D8D8D. Windows color (decimal): -13773801 or 1561645. OLE color: 1561645.
HSL color Cylindrical-coordinate representation of color #2DD417: hue angle of 113.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DD417 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 45 | 212 | 23 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.17 |
| HSL | 113.02º | 0.8% | 0.46% | - |
| HSV(B) | 113.02º | 0.89% | 0.83% | - |
| XYZ | 24.78 | 47.71 | 8.71 | - |
| YUV | 140.52 | 61.67 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 212 | 23 | 0.79 | 0 | 0.89 | 0.17 | 113.02 | 0.8 | 0.46 |
| Hex | 2D | D4 | 17 | 4F | 0 | 59 | 11 | 71 | 50 | 2E |
| Octal | 55 | 324 | 27 | 117 | 0 | 131 | 21 | 161 | 120 | 56 |
| Binary | 101101 | 11010100 | 10111 | 1001111 | 0 | 1011001 | 10001 | 1110001 | 1010000 | 101110 |
Color Harmonies of #2DD417
Complementary color
Monochromatic Colors of #2DD417
Black with #2DD417
Text Example
Text Example
White with #2DD417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD417; }
p { color: rgb(45,212,23); }
H1.HeaderClassName
{
color: #2DD417;
}
.AnyTagClassName
{
color: #2DD417;
}
</style>
background-color css
<style>
a { background-color: #2DD417; }
a { background-color: rgb(45,212,23); }
div.DivClassName
{
background-color: #2DD417;
}
.BgClassName
{
background-color: #2DD417;
}
</style>
border-color css
<style>
span { border-color: #2DD417; }
span { border-color: rgb(45,212,23); }
td.TdClassName
{
border-color: #2DD417;
}
.TagClassName
{
border-color: #2DD417;
}
</style>