Shades of Lime Green #2FE81F
Tints of Lime Green #2FE81F
RGB
CMYK
RGB Variations
Color information
#2FE81F (or 0x2FE81F) is known color: Lime Green. HEX triplet: 2F, E8 and 1F. RGB value is (47,232,31). Sum of RGB (Red+Green+Blue) = 47+232+31=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE81F is #D017E0. Grayscale: #9A9A9A. Windows color (decimal): -13637601 or 2091055. OLE color: 2091055.
HSL color Cylindrical-coordinate representation of color #2FE81F: hue angle of 115.22º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE81F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.09 |
| HSL | 115.22º | 0.81% | 0.52% | - |
| HSV(B) | 115.22º | 0.87% | 0.91% | - |
| XYZ | 30.28 | 58.42 | 10.98 | - |
| YUV | 153.77 | 58.71 | 51.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 31 | 0.80 | 0 | 0.87 | 0.09 | 115.22 | 0.81 | 0.52 |
| Hex | 2F | E8 | 1F | 50 | 0 | 57 | 9 | 73 | 51 | 34 |
| Octal | 57 | 350 | 37 | 120 | 0 | 127 | 11 | 163 | 121 | 64 |
| Binary | 101111 | 11101000 | 11111 | 1010000 | 0 | 1010111 | 1001 | 1110011 | 1010001 | 110100 |
Color Harmonies of #2FE81F
Complementary color
Monochromatic Colors of #2FE81F
Black with #2FE81F
Text Example
Text Example
White with #2FE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE81F; }
p { color: rgb(47,232,31); }
H1.HeaderClassName
{
color: #2FE81F;
}
.AnyTagClassName
{
color: #2FE81F;
}
</style>
background-color css
<style>
a { background-color: #2FE81F; }
a { background-color: rgb(47,232,31); }
div.DivClassName
{
background-color: #2FE81F;
}
.BgClassName
{
background-color: #2FE81F;
}
</style>
border-color css
<style>
span { border-color: #2FE81F; }
span { border-color: rgb(47,232,31); }
td.TdClassName
{
border-color: #2FE81F;
}
.TagClassName
{
border-color: #2FE81F;
}
</style>