Shades of Lime Green #2EF83E
Tints of Lime Green #2EF83E
RGB
CMYK
RGB Variations
Color information
#2EF83E (or 0x2EF83E) is known color: Lime Green. HEX triplet: 2E, F8 and 3E. RGB value is (46,248,62). Sum of RGB (Red+Green+Blue) = 46+248+62=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 248 (97.27% from 255 or 69.66% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF83E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF83E is #D107C1. Grayscale: #A6A6A6. Windows color (decimal): -13699010 or 4126766. OLE color: 4126766.
HSL color Cylindrical-coordinate representation of color #2EF83E: hue angle of 124.75º 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 #2EF83E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 62 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.03 |
| HSL | 124.75º | 0.94% | 0.58% | - |
| HSV(B) | 124.75º | 0.81% | 0.97% | - |
| XYZ | 35.56 | 68.06 | 15.82 | - |
| YUV | 166.4 | 69.08 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 62 | 0.81 | 0 | 0.75 | 0.03 | 124.75 | 0.94 | 0.58 |
| Hex | 2E | F8 | 3E | 51 | 0 | 4B | 3 | 7D | 5E | 3A |
| Octal | 56 | 370 | 76 | 121 | 0 | 113 | 3 | 175 | 136 | 72 |
| Binary | 101110 | 11111000 | 111110 | 1010001 | 0 | 1001011 | 11 | 1111101 | 1011110 | 111010 |
Color Harmonies of #2EF83E
Complementary color
Monochromatic Colors of #2EF83E
Black with #2EF83E
Text Example
Text Example
White with #2EF83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF83E; }
p { color: rgb(46,248,62); }
H1.HeaderClassName
{
color: #2EF83E;
}
.AnyTagClassName
{
color: #2EF83E;
}
</style>
background-color css
<style>
a { background-color: #2EF83E; }
a { background-color: rgb(46,248,62); }
div.DivClassName
{
background-color: #2EF83E;
}
.BgClassName
{
background-color: #2EF83E;
}
</style>
border-color css
<style>
span { border-color: #2EF83E; }
span { border-color: rgb(46,248,62); }
td.TdClassName
{
border-color: #2EF83E;
}
.TagClassName
{
border-color: #2EF83E;
}
</style>