Shades of Lime Green #2ED21A
Tints of Lime Green #2ED21A
RGB
CMYK
RGB Variations
Color information
#2ED21A (or 0x2ED21A) is known color: Lime Green. HEX triplet: 2E, D2 and 1A. RGB value is (46,210,26). Sum of RGB (Red+Green+Blue) = 46+210+26=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED21A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED21A is #D12DE5. Grayscale: #8C8C8C. Windows color (decimal): -13708774 or 1757742. OLE color: 1757742.
HSL color Cylindrical-coordinate representation of color #2ED21A: hue angle of 113.48º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ED21A is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 26 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.18 |
| HSL | 113.48º | 0.78% | 0.46% | - |
| HSV(B) | 113.48º | 0.88% | 0.82% | - |
| XYZ | 24.36 | 46.75 | 8.72 | - |
| YUV | 139.99 | 63.67 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 26 | 0.78 | 0 | 0.88 | 0.18 | 113.48 | 0.78 | 0.46 |
| Hex | 2E | D2 | 1A | 4E | 0 | 58 | 12 | 71 | 4E | 2E |
| Octal | 56 | 322 | 32 | 116 | 0 | 130 | 22 | 161 | 116 | 56 |
| Binary | 101110 | 11010010 | 11010 | 1001110 | 0 | 1011000 | 10010 | 1110001 | 1001110 | 101110 |
Color Harmonies of #2ED21A
Complementary color
Monochromatic Colors of #2ED21A
Black with #2ED21A
Text Example
Text Example
White with #2ED21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED21A; }
p { color: rgb(46,210,26); }
H1.HeaderClassName
{
color: #2ED21A;
}
.AnyTagClassName
{
color: #2ED21A;
}
</style>
background-color css
<style>
a { background-color: #2ED21A; }
a { background-color: rgb(46,210,26); }
div.DivClassName
{
background-color: #2ED21A;
}
.BgClassName
{
background-color: #2ED21A;
}
</style>
border-color css
<style>
span { border-color: #2ED21A; }
span { border-color: rgb(46,210,26); }
td.TdClassName
{
border-color: #2ED21A;
}
.TagClassName
{
border-color: #2ED21A;
}
</style>