Shades of Lime Green #2EF425
Tints of Lime Green #2EF425
RGB
CMYK
RGB Variations
Color information
#2EF425 (or 0x2EF425) is known color: Lime Green. HEX triplet: 2E, F4 and 25. RGB value is (46,244,37). Sum of RGB (Red+Green+Blue) = 46+244+37=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 244 (95.70% from 255 or 74.62% from 327); Blue value is 37 (14.84% from 255 or 11.31% from 327); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF425 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF425 is #D10BDA. Grayscale: #A1A1A1. Windows color (decimal): -13700059 or 2487342. OLE color: 2487342.
HSL color Cylindrical-coordinate representation of color #2EF425: hue angle of 117.39º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EF425 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 37 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.04 |
| HSL | 117.39º | 0.9% | 0.55% | - |
| HSV(B) | 117.39º | 0.85% | 0.96% | - |
| XYZ | 33.81 | 65.42 | 12.59 | - |
| YUV | 161.2 | 57.9 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 37 | 0.81 | 0 | 0.85 | 0.04 | 117.39 | 0.9 | 0.55 |
| Hex | 2E | F4 | 25 | 51 | 0 | 55 | 4 | 75 | 5A | 37 |
| Octal | 56 | 364 | 45 | 121 | 0 | 125 | 4 | 165 | 132 | 67 |
| Binary | 101110 | 11110100 | 100101 | 1010001 | 0 | 1010101 | 100 | 1110101 | 1011010 | 110111 |
Color Harmonies of #2EF425
Complementary color
Monochromatic Colors of #2EF425
Black with #2EF425
Text Example
Text Example
White with #2EF425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF425; }
p { color: rgb(46,244,37); }
H1.HeaderClassName
{
color: #2EF425;
}
.AnyTagClassName
{
color: #2EF425;
}
</style>
background-color css
<style>
a { background-color: #2EF425; }
a { background-color: rgb(46,244,37); }
div.DivClassName
{
background-color: #2EF425;
}
.BgClassName
{
background-color: #2EF425;
}
</style>
border-color css
<style>
span { border-color: #2EF425; }
span { border-color: rgb(46,244,37); }
td.TdClassName
{
border-color: #2EF425;
}
.TagClassName
{
border-color: #2EF425;
}
</style>