Shades of Lime Green #2EDE12
Tints of Lime Green #2EDE12
RGB
CMYK
RGB Variations
Color information
#2EDE12 (or 0x2EDE12) is known color: Lime Green. HEX triplet: 2E, DE and 12. RGB value is (46,222,18). Sum of RGB (Red+Green+Blue) = 46+222+18=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 222 (87.11% from 255 or 77.62% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDE12 is #D121ED. Grayscale: #929292. Windows color (decimal): -13705710 or 1236526. OLE color: 1236526.
HSL color Cylindrical-coordinate representation of color #2EDE12: hue angle of 111.76º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EDE12 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 18 | - |
| CMYK | 0.79 | 0 | 0.92 | 0.13 |
| HSL | 111.76º | 0.85% | 0.47% | - |
| HSV(B) | 111.76º | 0.92% | 0.87% | - |
| XYZ | 27.36 | 52.87 | 9.33 | - |
| YUV | 146.12 | 55.69 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 18 | 0.79 | 0 | 0.92 | 0.13 | 111.76 | 0.85 | 0.47 |
| Hex | 2E | DE | 12 | 4F | 0 | 5C | D | 70 | 55 | 2F |
| Octal | 56 | 336 | 22 | 117 | 0 | 134 | 15 | 160 | 125 | 57 |
| Binary | 101110 | 11011110 | 10010 | 1001111 | 0 | 1011100 | 1101 | 1110000 | 1010101 | 101111 |
Color Harmonies of #2EDE12
Complementary color
Monochromatic Colors of #2EDE12
Black with #2EDE12
Text Example
Text Example
White with #2EDE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE12; }
p { color: rgb(46,222,18); }
H1.HeaderClassName
{
color: #2EDE12;
}
.AnyTagClassName
{
color: #2EDE12;
}
</style>
background-color css
<style>
a { background-color: #2EDE12; }
a { background-color: rgb(46,222,18); }
div.DivClassName
{
background-color: #2EDE12;
}
.BgClassName
{
background-color: #2EDE12;
}
</style>
border-color css
<style>
span { border-color: #2EDE12; }
span { border-color: rgb(46,222,18); }
td.TdClassName
{
border-color: #2EDE12;
}
.TagClassName
{
border-color: #2EDE12;
}
</style>