Shades of Lime Green #2ED321
Tints of Lime Green #2ED321
RGB
CMYK
RGB Variations
Color information
#2ED321 (or 0x2ED321) is known color: Lime Green. HEX triplet: 2E, D3 and 21. RGB value is (46,211,33). Sum of RGB (Red+Green+Blue) = 46+211+33=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 211 (82.81% from 255 or 72.76% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED321 is #D12CDE. Grayscale: #8D8D8D. Windows color (decimal): -13708511 or 2216750. OLE color: 2216750.
HSL color Cylindrical-coordinate representation of color #2ED321: hue angle of 115.62º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ED321 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 33 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.17 |
| HSL | 115.62º | 0.73% | 0.48% | - |
| HSV(B) | 115.62º | 0.84% | 0.83% | - |
| XYZ | 24.7 | 47.28 | 9.26 | - |
| YUV | 141.37 | 66.84 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 33 | 0.78 | 0 | 0.84 | 0.17 | 115.62 | 0.73 | 0.48 |
| Hex | 2E | D3 | 21 | 4E | 0 | 54 | 11 | 74 | 49 | 30 |
| Octal | 56 | 323 | 41 | 116 | 0 | 124 | 21 | 164 | 111 | 60 |
| Binary | 101110 | 11010011 | 100001 | 1001110 | 0 | 1010100 | 10001 | 1110100 | 1001001 | 110000 |
Color Harmonies of #2ED321
Complementary color
Monochromatic Colors of #2ED321
Black with #2ED321
Text Example
Text Example
White with #2ED321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED321; }
p { color: rgb(46,211,33); }
H1.HeaderClassName
{
color: #2ED321;
}
.AnyTagClassName
{
color: #2ED321;
}
</style>
background-color css
<style>
a { background-color: #2ED321; }
a { background-color: rgb(46,211,33); }
div.DivClassName
{
background-color: #2ED321;
}
.BgClassName
{
background-color: #2ED321;
}
</style>
border-color css
<style>
span { border-color: #2ED321; }
span { border-color: rgb(46,211,33); }
td.TdClassName
{
border-color: #2ED321;
}
.TagClassName
{
border-color: #2ED321;
}
</style>