Shades of Lime Green #2FE316
Tints of Lime Green #2FE316
RGB
CMYK
RGB Variations
Color information
#2FE316 (or 0x2FE316) is known color: Lime Green. HEX triplet: 2F, E3 and 16. RGB value is (47,227,22). Sum of RGB (Red+Green+Blue) = 47+227+22=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 227 (89.06% from 255 or 76.69% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE316 is #D01CE9. Grayscale: #969696. Windows color (decimal): -13638890 or 1499951. OLE color: 1499951.
HSL color Cylindrical-coordinate representation of color #2FE316: hue angle of 112.68º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FE316 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 22 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.11 |
| HSL | 112.68º | 0.82% | 0.49% | - |
| HSV(B) | 112.68º | 0.9% | 0.89% | - |
| XYZ | 28.79 | 55.6 | 9.97 | - |
| YUV | 149.81 | 55.87 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 22 | 0.79 | 0 | 0.90 | 0.11 | 112.68 | 0.82 | 0.49 |
| Hex | 2F | E3 | 16 | 4F | 0 | 5A | B | 71 | 52 | 31 |
| Octal | 57 | 343 | 26 | 117 | 0 | 132 | 13 | 161 | 122 | 61 |
| Binary | 101111 | 11100011 | 10110 | 1001111 | 0 | 1011010 | 1011 | 1110001 | 1010010 | 110001 |
Color Harmonies of #2FE316
Complementary color
Monochromatic Colors of #2FE316
Black with #2FE316
Text Example
Text Example
White with #2FE316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE316; }
p { color: rgb(47,227,22); }
H1.HeaderClassName
{
color: #2FE316;
}
.AnyTagClassName
{
color: #2FE316;
}
</style>
background-color css
<style>
a { background-color: #2FE316; }
a { background-color: rgb(47,227,22); }
div.DivClassName
{
background-color: #2FE316;
}
.BgClassName
{
background-color: #2FE316;
}
</style>
border-color css
<style>
span { border-color: #2FE316; }
span { border-color: rgb(47,227,22); }
td.TdClassName
{
border-color: #2FE316;
}
.TagClassName
{
border-color: #2FE316;
}
</style>