Shades of Lime Green #2EF447
Tints of Lime Green #2EF447
RGB
CMYK
RGB Variations
Color information
#2EF447 (or 0x2EF447) is known color: Lime Green. HEX triplet: 2E, F4 and 47. RGB value is (46,244,71). Sum of RGB (Red+Green+Blue) = 46+244+71=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 244 (95.70% from 255 or 67.59% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF447 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF447 is #D10BB8. Grayscale: #A5A5A5. Windows color (decimal): -13700025 or 4715566. OLE color: 4715566.
HSL color Cylindrical-coordinate representation of color #2EF447: hue angle of 127.58º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF447 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 71 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.04 |
| HSL | 127.58º | 0.9% | 0.57% | - |
| HSV(B) | 127.58º | 0.81% | 0.96% | - |
| XYZ | 34.61 | 65.74 | 16.83 | - |
| YUV | 165.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 71 | 0.81 | 0 | 0.71 | 0.04 | 127.58 | 0.9 | 0.57 |
| Hex | 2E | F4 | 47 | 51 | 0 | 47 | 4 | 80 | 5A | 39 |
| Octal | 56 | 364 | 107 | 121 | 0 | 107 | 4 | 200 | 132 | 71 |
| Binary | 101110 | 11110100 | 1000111 | 1010001 | 0 | 1000111 | 100 | 10000000 | 1011010 | 111001 |
Color Harmonies of #2EF447
Complementary color
Monochromatic Colors of #2EF447
Black with #2EF447
Text Example
Text Example
White with #2EF447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF447; }
p { color: rgb(46,244,71); }
H1.HeaderClassName
{
color: #2EF447;
}
.AnyTagClassName
{
color: #2EF447;
}
</style>
background-color css
<style>
a { background-color: #2EF447; }
a { background-color: rgb(46,244,71); }
div.DivClassName
{
background-color: #2EF447;
}
.BgClassName
{
background-color: #2EF447;
}
</style>
border-color css
<style>
span { border-color: #2EF447; }
span { border-color: rgb(46,244,71); }
td.TdClassName
{
border-color: #2EF447;
}
.TagClassName
{
border-color: #2EF447;
}
</style>