Shades of Lime Green #2EFA46
Tints of Lime Green #2EFA46
RGB
CMYK
RGB Variations
Color information
#2EFA46 (or 0x2EFA46) is known color: Lime Green. HEX triplet: 2E, FA and 46. RGB value is (46,250,70). Sum of RGB (Red+Green+Blue) = 46+250+70=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 250 (98.05% from 255 or 68.31% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA46 is #D105B9. Grayscale: #A9A9A9. Windows color (decimal): -13698490 or 4651566. OLE color: 4651566.
HSL color Cylindrical-coordinate representation of color #2EFA46: hue angle of 127.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFA46 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 70 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.02 |
| HSL | 127.06º | 0.95% | 0.58% | - |
| HSV(B) | 127.06º | 0.82% | 0.98% | - |
| XYZ | 36.42 | 69.39 | 17.27 | - |
| YUV | 168.48 | 72.41 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 70 | 0.82 | 0 | 0.72 | 0.02 | 127.06 | 0.95 | 0.58 |
| Hex | 2E | FA | 46 | 52 | 0 | 48 | 2 | 7F | 5F | 3A |
| Octal | 56 | 372 | 106 | 122 | 0 | 110 | 2 | 177 | 137 | 72 |
| Binary | 101110 | 11111010 | 1000110 | 1010010 | 0 | 1001000 | 10 | 1111111 | 1011111 | 111010 |
Color Harmonies of #2EFA46
Complementary color
Monochromatic Colors of #2EFA46
Black with #2EFA46
Text Example
Text Example
White with #2EFA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA46; }
p { color: rgb(46,250,70); }
H1.HeaderClassName
{
color: #2EFA46;
}
.AnyTagClassName
{
color: #2EFA46;
}
</style>
background-color css
<style>
a { background-color: #2EFA46; }
a { background-color: rgb(46,250,70); }
div.DivClassName
{
background-color: #2EFA46;
}
.BgClassName
{
background-color: #2EFA46;
}
</style>
border-color css
<style>
span { border-color: #2EFA46; }
span { border-color: rgb(46,250,70); }
td.TdClassName
{
border-color: #2EFA46;
}
.TagClassName
{
border-color: #2EFA46;
}
</style>