Shades of Lime Green #2DD80E
Tints of Lime Green #2DD80E
RGB
CMYK
RGB Variations
Color information
#2DD80E (or 0x2DD80E) is known color: Lime Green. HEX triplet: 2D, D8 and 0E. RGB value is (45,216,14). Sum of RGB (Red+Green+Blue) = 45+216+14=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 216 (84.77% from 255 or 78.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DD80E is #D227F1. Grayscale: #8E8E8E. Windows color (decimal): -13772786 or 972845. OLE color: 972845.
HSL color Cylindrical-coordinate representation of color #2DD80E: hue angle of 110.79º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2DD80E is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 14 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.15 |
| HSL | 110.79º | 0.88% | 0.45% | - |
| HSV(B) | 110.79º | 0.94% | 0.85% | - |
| XYZ | 25.72 | 49.7 | 8.65 | - |
| YUV | 141.84 | 55.85 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 14 | 0.79 | 0 | 0.94 | 0.15 | 110.79 | 0.88 | 0.45 |
| Hex | 2D | D8 | E | 4F | 0 | 5E | F | 6F | 58 | 2D |
| Octal | 55 | 330 | 16 | 117 | 0 | 136 | 17 | 157 | 130 | 55 |
| Binary | 101101 | 11011000 | 1110 | 1001111 | 0 | 1011110 | 1111 | 1101111 | 1011000 | 101101 |
Color Harmonies of #2DD80E
Complementary color
Monochromatic Colors of #2DD80E
Black with #2DD80E
Text Example
Text Example
White with #2DD80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD80E; }
p { color: rgb(45,216,14); }
H1.HeaderClassName
{
color: #2DD80E;
}
.AnyTagClassName
{
color: #2DD80E;
}
</style>
background-color css
<style>
a { background-color: #2DD80E; }
a { background-color: rgb(45,216,14); }
div.DivClassName
{
background-color: #2DD80E;
}
.BgClassName
{
background-color: #2DD80E;
}
</style>
border-color css
<style>
span { border-color: #2DD80E; }
span { border-color: rgb(45,216,14); }
td.TdClassName
{
border-color: #2DD80E;
}
.TagClassName
{
border-color: #2DD80E;
}
</style>