Shades of Lime Green #2EDF15
Tints of Lime Green #2EDF15
RGB
CMYK
RGB Variations
Color information
#2EDF15 (or 0x2EDF15) is known color: Lime Green. HEX triplet: 2E, DF and 15. RGB value is (46,223,21). Sum of RGB (Red+Green+Blue) = 46+223+21=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDF15 is #D120EA. Grayscale: #939393. Windows color (decimal): -13705451 or 1433390. OLE color: 1433390.
HSL color Cylindrical-coordinate representation of color #2EDF15: hue angle of 112.57º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2EDF15 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 21 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.13 |
| HSL | 112.57º | 0.83% | 0.48% | - |
| HSV(B) | 112.57º | 0.91% | 0.87% | - |
| XYZ | 27.65 | 53.41 | 9.56 | - |
| YUV | 147.05 | 56.86 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 21 | 0.79 | 0 | 0.91 | 0.13 | 112.57 | 0.83 | 0.48 |
| Hex | 2E | DF | 15 | 4F | 0 | 5B | D | 71 | 53 | 30 |
| Octal | 56 | 337 | 25 | 117 | 0 | 133 | 15 | 161 | 123 | 60 |
| Binary | 101110 | 11011111 | 10101 | 1001111 | 0 | 1011011 | 1101 | 1110001 | 1010011 | 110000 |
Color Harmonies of #2EDF15
Complementary color
Monochromatic Colors of #2EDF15
Black with #2EDF15
Text Example
Text Example
White with #2EDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF15; }
p { color: rgb(46,223,21); }
H1.HeaderClassName
{
color: #2EDF15;
}
.AnyTagClassName
{
color: #2EDF15;
}
</style>
background-color css
<style>
a { background-color: #2EDF15; }
a { background-color: rgb(46,223,21); }
div.DivClassName
{
background-color: #2EDF15;
}
.BgClassName
{
background-color: #2EDF15;
}
</style>
border-color css
<style>
span { border-color: #2EDF15; }
span { border-color: rgb(46,223,21); }
td.TdClassName
{
border-color: #2EDF15;
}
.TagClassName
{
border-color: #2EDF15;
}
</style>