Shades of Lime Green #2FE94A
Tints of Lime Green #2FE94A
RGB
CMYK
RGB Variations
Color information
#2FE94A (or 0x2FE94A) is known color: Lime Green. HEX triplet: 2F, E9 and 4A. RGB value is (47,233,74). Sum of RGB (Red+Green+Blue) = 47+233+74=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 233 (91.41% from 255 or 65.82% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE94A is #D016B5. Grayscale: #9F9F9F. Windows color (decimal): -13637302 or 4909359. OLE color: 4909359.
HSL color Cylindrical-coordinate representation of color #2FE94A: hue angle of 128.71º 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 #2FE94A is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 74 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.09 |
| HSL | 128.71º | 0.81% | 0.55% | - |
| HSV(B) | 128.71º | 0.8% | 0.91% | - |
| XYZ | 31.55 | 59.38 | 16.28 | - |
| YUV | 159.26 | 79.88 | 47.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 74 | 0.80 | 0 | 0.68 | 0.09 | 128.71 | 0.81 | 0.55 |
| Hex | 2F | E9 | 4A | 50 | 0 | 44 | 9 | 81 | 51 | 37 |
| Octal | 57 | 351 | 112 | 120 | 0 | 104 | 11 | 201 | 121 | 67 |
| Binary | 101111 | 11101001 | 1001010 | 1010000 | 0 | 1000100 | 1001 | 10000001 | 1010001 | 110111 |
Color Harmonies of #2FE94A
Complementary color
Monochromatic Colors of #2FE94A
Black with #2FE94A
Text Example
Text Example
White with #2FE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE94A; }
p { color: rgb(47,233,74); }
H1.HeaderClassName
{
color: #2FE94A;
}
.AnyTagClassName
{
color: #2FE94A;
}
</style>
background-color css
<style>
a { background-color: #2FE94A; }
a { background-color: rgb(47,233,74); }
div.DivClassName
{
background-color: #2FE94A;
}
.BgClassName
{
background-color: #2FE94A;
}
</style>
border-color css
<style>
span { border-color: #2FE94A; }
span { border-color: rgb(47,233,74); }
td.TdClassName
{
border-color: #2FE94A;
}
.TagClassName
{
border-color: #2FE94A;
}
</style>