Shades of Lime Green #2EF93B
Tints of Lime Green #2EF93B
RGB
CMYK
RGB Variations
Color information
#2EF93B (or 0x2EF93B) is known color: Lime Green. HEX triplet: 2E, F9 and 3B. RGB value is (46,249,59). Sum of RGB (Red+Green+Blue) = 46+249+59=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 59 (23.44% from 255 or 16.67% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF93B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF93B is #D106C4. Grayscale: #A7A7A7. Windows color (decimal): -13698757 or 3930414. OLE color: 3930414.
HSL color Cylindrical-coordinate representation of color #2EF93B: hue angle of 123.84º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF93B is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 59 | - |
| CMYK | 0.82 | 0 | 0.76 | 0.02 |
| HSL | 123.84º | 0.94% | 0.58% | - |
| HSV(B) | 123.84º | 0.82% | 0.98% | - |
| XYZ | 35.79 | 68.65 | 15.5 | - |
| YUV | 166.64 | 67.25 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 59 | 0.82 | 0 | 0.76 | 0.02 | 123.84 | 0.94 | 0.58 |
| Hex | 2E | F9 | 3B | 52 | 0 | 4C | 2 | 7C | 5E | 3A |
| Octal | 56 | 371 | 73 | 122 | 0 | 114 | 2 | 174 | 136 | 72 |
| Binary | 101110 | 11111001 | 111011 | 1010010 | 0 | 1001100 | 10 | 1111100 | 1011110 | 111010 |
Color Harmonies of #2EF93B
Complementary color
Monochromatic Colors of #2EF93B
Black with #2EF93B
Text Example
Text Example
White with #2EF93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF93B; }
p { color: rgb(46,249,59); }
H1.HeaderClassName
{
color: #2EF93B;
}
.AnyTagClassName
{
color: #2EF93B;
}
</style>
background-color css
<style>
a { background-color: #2EF93B; }
a { background-color: rgb(46,249,59); }
div.DivClassName
{
background-color: #2EF93B;
}
.BgClassName
{
background-color: #2EF93B;
}
</style>
border-color css
<style>
span { border-color: #2EF93B; }
span { border-color: rgb(46,249,59); }
td.TdClassName
{
border-color: #2EF93B;
}
.TagClassName
{
border-color: #2EF93B;
}
</style>