Shades of Lime Green #2FE93E
Tints of Lime Green #2FE93E
RGB
CMYK
RGB Variations
Color information
#2FE93E (or 0x2FE93E) is known color: Lime Green. HEX triplet: 2F, E9 and 3E. RGB value is (47,233,62). Sum of RGB (Red+Green+Blue) = 47+233+62=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 233 (91.41% from 255 or 68.13% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE93E is #D016C1. Grayscale: #9E9E9E. Windows color (decimal): -13637314 or 4122927. OLE color: 4122927.
HSL color Cylindrical-coordinate representation of color #2FE93E: hue angle of 124.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE93E is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 62 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.09 |
| HSL | 124.84º | 0.81% | 0.55% | - |
| HSV(B) | 124.84º | 0.8% | 0.91% | - |
| XYZ | 31.18 | 59.23 | 14.35 | - |
| YUV | 157.89 | 73.88 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 62 | 0.80 | 0 | 0.73 | 0.09 | 124.84 | 0.81 | 0.55 |
| Hex | 2F | E9 | 3E | 50 | 0 | 49 | 9 | 7D | 51 | 37 |
| Octal | 57 | 351 | 76 | 120 | 0 | 111 | 11 | 175 | 121 | 67 |
| Binary | 101111 | 11101001 | 111110 | 1010000 | 0 | 1001001 | 1001 | 1111101 | 1010001 | 110111 |
Color Harmonies of #2FE93E
Complementary color
Monochromatic Colors of #2FE93E
Black with #2FE93E
Text Example
Text Example
White with #2FE93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE93E; }
p { color: rgb(47,233,62); }
H1.HeaderClassName
{
color: #2FE93E;
}
.AnyTagClassName
{
color: #2FE93E;
}
</style>
background-color css
<style>
a { background-color: #2FE93E; }
a { background-color: rgb(47,233,62); }
div.DivClassName
{
background-color: #2FE93E;
}
.BgClassName
{
background-color: #2FE93E;
}
</style>
border-color css
<style>
span { border-color: #2FE93E; }
span { border-color: rgb(47,233,62); }
td.TdClassName
{
border-color: #2FE93E;
}
.TagClassName
{
border-color: #2FE93E;
}
</style>