Shades of Lime Green #2FE93A
Tints of Lime Green #2FE93A
RGB
CMYK
RGB Variations
Color information
#2FE93A (or 0x2FE93A) is known color: Lime Green. HEX triplet: 2F, E9 and 3A. RGB value is (47,233,58). Sum of RGB (Red+Green+Blue) = 47+233+58=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 233 (91.41% from 255 or 68.93% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE93A is #D016C5. Grayscale: #9D9D9D. Windows color (decimal): -13637318 or 3860783. OLE color: 3860783.
HSL color Cylindrical-coordinate representation of color #2FE93A: hue angle of 123.55º 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 #2FE93A is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 58 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.09 |
| HSL | 123.55º | 0.81% | 0.55% | - |
| HSV(B) | 123.55º | 0.8% | 0.91% | - |
| XYZ | 31.07 | 59.19 | 13.79 | - |
| YUV | 157.44 | 71.88 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 58 | 0.80 | 0 | 0.75 | 0.09 | 123.55 | 0.81 | 0.55 |
| Hex | 2F | E9 | 3A | 50 | 0 | 4B | 9 | 7C | 51 | 37 |
| Octal | 57 | 351 | 72 | 120 | 0 | 113 | 11 | 174 | 121 | 67 |
| Binary | 101111 | 11101001 | 111010 | 1010000 | 0 | 1001011 | 1001 | 1111100 | 1010001 | 110111 |
Color Harmonies of #2FE93A
Complementary color
Monochromatic Colors of #2FE93A
Black with #2FE93A
Text Example
Text Example
White with #2FE93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE93A; }
p { color: rgb(47,233,58); }
H1.HeaderClassName
{
color: #2FE93A;
}
.AnyTagClassName
{
color: #2FE93A;
}
</style>
background-color css
<style>
a { background-color: #2FE93A; }
a { background-color: rgb(47,233,58); }
div.DivClassName
{
background-color: #2FE93A;
}
.BgClassName
{
background-color: #2FE93A;
}
</style>
border-color css
<style>
span { border-color: #2FE93A; }
span { border-color: rgb(47,233,58); }
td.TdClassName
{
border-color: #2FE93A;
}
.TagClassName
{
border-color: #2FE93A;
}
</style>