Shades of Lime Green #2EF841
Tints of Lime Green #2EF841
RGB
CMYK
RGB Variations
Color information
#2EF841 (or 0x2EF841) is known color: Lime Green. HEX triplet: 2E, F8 and 41. RGB value is (46,248,65). Sum of RGB (Red+Green+Blue) = 46+248+65=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 248 (97.27% from 255 or 69.08% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF841 is #D107BE. Grayscale: #A7A7A7. Windows color (decimal): -13699007 or 4323374. OLE color: 4323374.
HSL color Cylindrical-coordinate representation of color #2EF841: hue angle of 125.64º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF841 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 65 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.03 |
| HSL | 125.64º | 0.94% | 0.58% | - |
| HSV(B) | 125.64º | 0.81% | 0.97% | - |
| XYZ | 35.65 | 68.1 | 16.27 | - |
| YUV | 166.74 | 70.58 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 65 | 0.81 | 0 | 0.74 | 0.03 | 125.64 | 0.94 | 0.58 |
| Hex | 2E | F8 | 41 | 51 | 0 | 4A | 3 | 7E | 5E | 3A |
| Octal | 56 | 370 | 101 | 121 | 0 | 112 | 3 | 176 | 136 | 72 |
| Binary | 101110 | 11111000 | 1000001 | 1010001 | 0 | 1001010 | 11 | 1111110 | 1011110 | 111010 |
Color Harmonies of #2EF841
Complementary color
Monochromatic Colors of #2EF841
Black with #2EF841
Text Example
Text Example
White with #2EF841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF841; }
p { color: rgb(46,248,65); }
H1.HeaderClassName
{
color: #2EF841;
}
.AnyTagClassName
{
color: #2EF841;
}
</style>
background-color css
<style>
a { background-color: #2EF841; }
a { background-color: rgb(46,248,65); }
div.DivClassName
{
background-color: #2EF841;
}
.BgClassName
{
background-color: #2EF841;
}
</style>
border-color css
<style>
span { border-color: #2EF841; }
span { border-color: rgb(46,248,65); }
td.TdClassName
{
border-color: #2EF841;
}
.TagClassName
{
border-color: #2EF841;
}
</style>