Shades of Lime Green #2EF041
Tints of Lime Green #2EF041
RGB
CMYK
RGB Variations
Color information
#2EF041 (or 0x2EF041) is known color: Lime Green. HEX triplet: 2E, F0 and 41. RGB value is (46,240,65). Sum of RGB (Red+Green+Blue) = 46+240+65=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 240 (94.14% from 255 or 68.38% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF041 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF041 is #D10FBE. Grayscale: #A2A2A2. Windows color (decimal): -13701055 or 4321326. OLE color: 4321326.
HSL color Cylindrical-coordinate representation of color #2EF041: hue angle of 125.88º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF041 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 65 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.06 |
| HSL | 125.88º | 0.87% | 0.56% | - |
| HSV(B) | 125.88º | 0.81% | 0.94% | - |
| XYZ | 33.24 | 63.28 | 15.46 | - |
| YUV | 162.04 | 73.23 | 45.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 65 | 0.81 | 0 | 0.73 | 0.06 | 125.88 | 0.87 | 0.56 |
| Hex | 2E | F0 | 41 | 51 | 0 | 49 | 6 | 7E | 57 | 38 |
| Octal | 56 | 360 | 101 | 121 | 0 | 111 | 6 | 176 | 127 | 70 |
| Binary | 101110 | 11110000 | 1000001 | 1010001 | 0 | 1001001 | 110 | 1111110 | 1010111 | 111000 |
Color Harmonies of #2EF041
Complementary color
Monochromatic Colors of #2EF041
Black with #2EF041
Text Example
Text Example
White with #2EF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF041; }
p { color: rgb(46,240,65); }
H1.HeaderClassName
{
color: #2EF041;
}
.AnyTagClassName
{
color: #2EF041;
}
</style>
background-color css
<style>
a { background-color: #2EF041; }
a { background-color: rgb(46,240,65); }
div.DivClassName
{
background-color: #2EF041;
}
.BgClassName
{
background-color: #2EF041;
}
</style>
border-color css
<style>
span { border-color: #2EF041; }
span { border-color: rgb(46,240,65); }
td.TdClassName
{
border-color: #2EF041;
}
.TagClassName
{
border-color: #2EF041;
}
</style>