Shades of Lime Green #2EE920
Tints of Lime Green #2EE920
RGB
CMYK
RGB Variations
Color information
#2EE920 (or 0x2EE920) is known color: Lime Green. HEX triplet: 2E, E9 and 20. RGB value is (46,233,32). Sum of RGB (Red+Green+Blue) = 46+233+32=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 233 (91.41% from 255 or 74.92% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE920 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EE920 is #D116DF. Grayscale: #9A9A9A. Windows color (decimal): -13702880 or 2156846. OLE color: 2156846.
HSL color Cylindrical-coordinate representation of color #2EE920: hue angle of 115.82º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EE920 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.09 |
| HSL | 115.82º | 0.82% | 0.52% | - |
| HSV(B) | 115.82º | 0.86% | 0.91% | - |
| XYZ | 30.53 | 58.96 | 11.14 | - |
| YUV | 154.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 32 | 0.80 | 0 | 0.86 | 0.09 | 115.82 | 0.82 | 0.52 |
| Hex | 2E | E9 | 20 | 50 | 0 | 56 | 9 | 74 | 52 | 34 |
| Octal | 56 | 351 | 40 | 120 | 0 | 126 | 11 | 164 | 122 | 64 |
| Binary | 101110 | 11101001 | 100000 | 1010000 | 0 | 1010110 | 1001 | 1110100 | 1010010 | 110100 |
Color Harmonies of #2EE920
Complementary color
Monochromatic Colors of #2EE920
Black with #2EE920
Text Example
Text Example
White with #2EE920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE920; }
p { color: rgb(46,233,32); }
H1.HeaderClassName
{
color: #2EE920;
}
.AnyTagClassName
{
color: #2EE920;
}
</style>
background-color css
<style>
a { background-color: #2EE920; }
a { background-color: rgb(46,233,32); }
div.DivClassName
{
background-color: #2EE920;
}
.BgClassName
{
background-color: #2EE920;
}
</style>
border-color css
<style>
span { border-color: #2EE920; }
span { border-color: rgb(46,233,32); }
td.TdClassName
{
border-color: #2EE920;
}
.TagClassName
{
border-color: #2EE920;
}
</style>