Shades of Lime Green #2DE821
Tints of Lime Green #2DE821
RGB
CMYK
RGB Variations
Color information
#2DE821 (or 0x2DE821) is known color: Lime Green. HEX triplet: 2D, E8 and 21. RGB value is (45,232,33). Sum of RGB (Red+Green+Blue) = 45+232+33=310 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.52% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE821 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DE821 is #D217DE. Grayscale: #9A9A9A. Windows color (decimal): -13768671 or 2222125. OLE color: 2222125.
HSL color Cylindrical-coordinate representation of color #2DE821: hue angle of 116.38º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DE821 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 33 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.09 |
| HSL | 116.38º | 0.81% | 0.52% | - |
| HSV(B) | 116.38º | 0.86% | 0.91% | - |
| XYZ | 30.21 | 58.38 | 11.12 | - |
| YUV | 153.4 | 60.05 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 33 | 0.81 | 0 | 0.86 | 0.09 | 116.38 | 0.81 | 0.52 |
| Hex | 2D | E8 | 21 | 51 | 0 | 56 | 9 | 74 | 51 | 34 |
| Octal | 55 | 350 | 41 | 121 | 0 | 126 | 11 | 164 | 121 | 64 |
| Binary | 101101 | 11101000 | 100001 | 1010001 | 0 | 1010110 | 1001 | 1110100 | 1010001 | 110100 |
Color Harmonies of #2DE821
Complementary color
Monochromatic Colors of #2DE821
Black with #2DE821
Text Example
Text Example
White with #2DE821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE821; }
p { color: rgb(45,232,33); }
H1.HeaderClassName
{
color: #2DE821;
}
.AnyTagClassName
{
color: #2DE821;
}
</style>
background-color css
<style>
a { background-color: #2DE821; }
a { background-color: rgb(45,232,33); }
div.DivClassName
{
background-color: #2DE821;
}
.BgClassName
{
background-color: #2DE821;
}
</style>
border-color css
<style>
span { border-color: #2DE821; }
span { border-color: rgb(45,232,33); }
td.TdClassName
{
border-color: #2DE821;
}
.TagClassName
{
border-color: #2DE821;
}
</style>