Shades of Lime Green #2EF83B
Tints of Lime Green #2EF83B
RGB
CMYK
RGB Variations
Color information
#2EF83B (or 0x2EF83B) is known color: Lime Green. HEX triplet: 2E, F8 and 3B. RGB value is (46,248,59). Sum of RGB (Red+Green+Blue) = 46+248+59=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 248 (97.27% from 255 or 70.25% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF83B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF83B is #D107C4. Grayscale: #A6A6A6. Windows color (decimal): -13699013 or 3930158. OLE color: 3930158.
HSL color Cylindrical-coordinate representation of color #2EF83B: hue angle of 123.86º 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 #2EF83B is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 59 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.03 |
| HSL | 123.86º | 0.94% | 0.58% | - |
| HSV(B) | 123.86º | 0.81% | 0.97% | - |
| XYZ | 35.48 | 68.03 | 15.4 | - |
| YUV | 166.06 | 67.58 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 59 | 0.81 | 0 | 0.76 | 0.03 | 123.86 | 0.94 | 0.58 |
| Hex | 2E | F8 | 3B | 51 | 0 | 4C | 3 | 7C | 5E | 3A |
| Octal | 56 | 370 | 73 | 121 | 0 | 114 | 3 | 174 | 136 | 72 |
| Binary | 101110 | 11111000 | 111011 | 1010001 | 0 | 1001100 | 11 | 1111100 | 1011110 | 111010 |
Color Harmonies of #2EF83B
Complementary color
Monochromatic Colors of #2EF83B
Black with #2EF83B
Text Example
Text Example
White with #2EF83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF83B; }
p { color: rgb(46,248,59); }
H1.HeaderClassName
{
color: #2EF83B;
}
.AnyTagClassName
{
color: #2EF83B;
}
</style>
background-color css
<style>
a { background-color: #2EF83B; }
a { background-color: rgb(46,248,59); }
div.DivClassName
{
background-color: #2EF83B;
}
.BgClassName
{
background-color: #2EF83B;
}
</style>
border-color css
<style>
span { border-color: #2EF83B; }
span { border-color: rgb(46,248,59); }
td.TdClassName
{
border-color: #2EF83B;
}
.TagClassName
{
border-color: #2EF83B;
}
</style>