Shades of Lime Green #2ED018
Tints of Lime Green #2ED018
RGB
CMYK
RGB Variations
Color information
#2ED018 (or 0x2ED018) is known color: Lime Green. HEX triplet: 2E, D0 and 18. RGB value is (46,208,24). Sum of RGB (Red+Green+Blue) = 46+208+24=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 208 (81.64% from 255 or 74.82% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED018 is #D12FE7. Grayscale: #8B8B8B. Windows color (decimal): -13709288 or 1626158. OLE color: 1626158.
HSL color Cylindrical-coordinate representation of color #2ED018: hue angle of 112.83º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ED018 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 24 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.18 |
| HSL | 112.83º | 0.79% | 0.45% | - |
| HSV(B) | 112.83º | 0.88% | 0.82% | - |
| XYZ | 23.85 | 45.76 | 8.44 | - |
| YUV | 138.59 | 63.33 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 24 | 0.78 | 0 | 0.88 | 0.18 | 112.83 | 0.79 | 0.45 |
| Hex | 2E | D0 | 18 | 4E | 0 | 58 | 12 | 71 | 4F | 2D |
| Octal | 56 | 320 | 30 | 116 | 0 | 130 | 22 | 161 | 117 | 55 |
| Binary | 101110 | 11010000 | 11000 | 1001110 | 0 | 1011000 | 10010 | 1110001 | 1001111 | 101101 |
Color Harmonies of #2ED018
Complementary color
Monochromatic Colors of #2ED018
Black with #2ED018
Text Example
Text Example
White with #2ED018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED018; }
p { color: rgb(46,208,24); }
H1.HeaderClassName
{
color: #2ED018;
}
.AnyTagClassName
{
color: #2ED018;
}
</style>
background-color css
<style>
a { background-color: #2ED018; }
a { background-color: rgb(46,208,24); }
div.DivClassName
{
background-color: #2ED018;
}
.BgClassName
{
background-color: #2ED018;
}
</style>
border-color css
<style>
span { border-color: #2ED018; }
span { border-color: rgb(46,208,24); }
td.TdClassName
{
border-color: #2ED018;
}
.TagClassName
{
border-color: #2ED018;
}
</style>