Shades of Lime Green #2EF93F
Tints of Lime Green #2EF93F
RGB
CMYK
RGB Variations
Color information
#2EF93F (or 0x2EF93F) is known color: Lime Green. HEX triplet: 2E, F9 and 3F. RGB value is (46,249,63). Sum of RGB (Red+Green+Blue) = 46+249+63=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF93F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF93F is #D106C0. Grayscale: #A7A7A7. Windows color (decimal): -13698753 or 4192558. OLE color: 4192558.
HSL color Cylindrical-coordinate representation of color #2EF93F: hue angle of 125.02º 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 #2EF93F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 63 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.02 |
| HSL | 125.02º | 0.94% | 0.58% | - |
| HSV(B) | 125.02º | 0.82% | 0.98% | - |
| XYZ | 35.9 | 68.69 | 16.07 | - |
| YUV | 167.1 | 69.25 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 63 | 0.82 | 0 | 0.75 | 0.02 | 125.02 | 0.94 | 0.58 |
| Hex | 2E | F9 | 3F | 52 | 0 | 4B | 2 | 7D | 5E | 3A |
| Octal | 56 | 371 | 77 | 122 | 0 | 113 | 2 | 175 | 136 | 72 |
| Binary | 101110 | 11111001 | 111111 | 1010010 | 0 | 1001011 | 10 | 1111101 | 1011110 | 111010 |
Color Harmonies of #2EF93F
Complementary color
Monochromatic Colors of #2EF93F
Black with #2EF93F
Text Example
Text Example
White with #2EF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF93F; }
p { color: rgb(46,249,63); }
H1.HeaderClassName
{
color: #2EF93F;
}
.AnyTagClassName
{
color: #2EF93F;
}
</style>
background-color css
<style>
a { background-color: #2EF93F; }
a { background-color: rgb(46,249,63); }
div.DivClassName
{
background-color: #2EF93F;
}
.BgClassName
{
background-color: #2EF93F;
}
</style>
border-color css
<style>
span { border-color: #2EF93F; }
span { border-color: rgb(46,249,63); }
td.TdClassName
{
border-color: #2EF93F;
}
.TagClassName
{
border-color: #2EF93F;
}
</style>