Shades of Lime Green #2DE82E
Tints of Lime Green #2DE82E
RGB
CMYK
RGB Variations
Color information
#2DE82E (or 0x2DE82E) is known color: Lime Green. HEX triplet: 2D, E8 and 2E. RGB value is (45,232,46). Sum of RGB (Red+Green+Blue) = 45+232+46=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 232 (91.02% from 255 or 71.83% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE82E is #D217D1. Grayscale: #9B9B9B. Windows color (decimal): -13768658 or 3074093. OLE color: 3074093.
HSL color Cylindrical-coordinate representation of color #2DE82E: hue angle of 120.32º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE82E is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 46 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.09 |
| HSL | 120.32º | 0.8% | 0.54% | - |
| HSV(B) | 120.32º | 0.81% | 0.91% | - |
| XYZ | 30.43 | 58.47 | 12.27 | - |
| YUV | 154.88 | 66.55 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 46 | 0.81 | 0 | 0.80 | 0.09 | 120.32 | 0.8 | 0.54 |
| Hex | 2D | E8 | 2E | 51 | 0 | 50 | 9 | 78 | 50 | 36 |
| Octal | 55 | 350 | 56 | 121 | 0 | 120 | 11 | 170 | 120 | 66 |
| Binary | 101101 | 11101000 | 101110 | 1010001 | 0 | 1010000 | 1001 | 1111000 | 1010000 | 110110 |
Color Harmonies of #2DE82E
Complementary color
Monochromatic Colors of #2DE82E
Black with #2DE82E
Text Example
Text Example
White with #2DE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE82E; }
p { color: rgb(45,232,46); }
H1.HeaderClassName
{
color: #2DE82E;
}
.AnyTagClassName
{
color: #2DE82E;
}
</style>
background-color css
<style>
a { background-color: #2DE82E; }
a { background-color: rgb(45,232,46); }
div.DivClassName
{
background-color: #2DE82E;
}
.BgClassName
{
background-color: #2DE82E;
}
</style>
border-color css
<style>
span { border-color: #2DE82E; }
span { border-color: rgb(45,232,46); }
td.TdClassName
{
border-color: #2DE82E;
}
.TagClassName
{
border-color: #2DE82E;
}
</style>