Shades of Lime Green #2EFC46
Tints of Lime Green #2EFC46
RGB
CMYK
RGB Variations
Color information
#2EFC46 (or 0x2EFC46) is known color: Lime Green. HEX triplet: 2E, FC and 46. RGB value is (46,252,70). Sum of RGB (Red+Green+Blue) = 46+252+70=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC46 is #D103B9. Grayscale: #AAAAAA. Windows color (decimal): -13697978 or 4652078. OLE color: 4652078.
HSL color Cylindrical-coordinate representation of color #2EFC46: hue angle of 126.99º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC46 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 70 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.01 |
| HSL | 126.99º | 0.97% | 0.58% | - |
| HSV(B) | 126.99º | 0.82% | 0.99% | - |
| XYZ | 37.04 | 70.64 | 17.48 | - |
| YUV | 169.66 | 71.75 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 70 | 0.82 | 0 | 0.72 | 0.01 | 126.99 | 0.97 | 0.58 |
| Hex | 2E | FC | 46 | 52 | 0 | 48 | 1 | 7F | 61 | 3A |
| Octal | 56 | 374 | 106 | 122 | 0 | 110 | 1 | 177 | 141 | 72 |
| Binary | 101110 | 11111100 | 1000110 | 1010010 | 0 | 1001000 | 1 | 1111111 | 1100001 | 111010 |
Color Harmonies of #2EFC46
Complementary color
Monochromatic Colors of #2EFC46
Black with #2EFC46
Text Example
Text Example
White with #2EFC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC46; }
p { color: rgb(46,252,70); }
H1.HeaderClassName
{
color: #2EFC46;
}
.AnyTagClassName
{
color: #2EFC46;
}
</style>
background-color css
<style>
a { background-color: #2EFC46; }
a { background-color: rgb(46,252,70); }
div.DivClassName
{
background-color: #2EFC46;
}
.BgClassName
{
background-color: #2EFC46;
}
</style>
border-color css
<style>
span { border-color: #2EFC46; }
span { border-color: rgb(46,252,70); }
td.TdClassName
{
border-color: #2EFC46;
}
.TagClassName
{
border-color: #2EFC46;
}
</style>