Shades of Lime Green #2EF72A
Tints of Lime Green #2EF72A
RGB
CMYK
RGB Variations
Color information
#2EF72A (or 0x2EF72A) is known color: Lime Green. HEX triplet: 2E, F7 and 2A. RGB value is (46,247,42). Sum of RGB (Red+Green+Blue) = 46+247+42=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 247 (96.88% from 255 or 73.73% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF72A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF72A is #D108D5. Grayscale: #A4A4A4. Windows color (decimal): -13699286 or 2815790. OLE color: 2815790.
HSL color Cylindrical-coordinate representation of color #2EF72A: hue angle of 118.83º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2EF72A is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 42 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.03 |
| HSL | 118.83º | 0.93% | 0.57% | - |
| HSV(B) | 118.83º | 0.83% | 0.97% | - |
| XYZ | 34.81 | 67.27 | 13.34 | - |
| YUV | 163.53 | 59.41 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 42 | 0.81 | 0 | 0.83 | 0.03 | 118.83 | 0.93 | 0.57 |
| Hex | 2E | F7 | 2A | 51 | 0 | 53 | 3 | 77 | 5D | 39 |
| Octal | 56 | 367 | 52 | 121 | 0 | 123 | 3 | 167 | 135 | 71 |
| Binary | 101110 | 11110111 | 101010 | 1010001 | 0 | 1010011 | 11 | 1110111 | 1011101 | 111001 |
Color Harmonies of #2EF72A
Complementary color
Monochromatic Colors of #2EF72A
Black with #2EF72A
Text Example
Text Example
White with #2EF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF72A; }
p { color: rgb(46,247,42); }
H1.HeaderClassName
{
color: #2EF72A;
}
.AnyTagClassName
{
color: #2EF72A;
}
</style>
background-color css
<style>
a { background-color: #2EF72A; }
a { background-color: rgb(46,247,42); }
div.DivClassName
{
background-color: #2EF72A;
}
.BgClassName
{
background-color: #2EF72A;
}
</style>
border-color css
<style>
span { border-color: #2EF72A; }
span { border-color: rgb(46,247,42); }
td.TdClassName
{
border-color: #2EF72A;
}
.TagClassName
{
border-color: #2EF72A;
}
</style>