Shades of Lime Green #2FC816
Tints of Lime Green #2FC816
RGB
CMYK
RGB Variations
Color information
#2FC816 (or 0x2FC816) is known color: Lime Green. HEX triplet: 2F, C8 and 16. RGB value is (47,200,22). Sum of RGB (Red+Green+Blue) = 47+200+22=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC816 is #D037E9. Grayscale: #868686. Windows color (decimal): -13645802 or 1493039. OLE color: 1493039.
HSL color Cylindrical-coordinate representation of color #2FC816: hue angle of 111.57º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FC816 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 22 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.22 |
| HSL | 111.57º | 0.8% | 0.44% | - |
| HSV(B) | 111.57º | 0.89% | 0.78% | - |
| XYZ | 21.97 | 41.97 | 7.7 | - |
| YUV | 133.96 | 64.81 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 22 | 0.76 | 0 | 0.89 | 0.22 | 111.57 | 0.8 | 0.44 |
| Hex | 2F | C8 | 16 | 4C | 0 | 59 | 16 | 70 | 50 | 2C |
| Octal | 57 | 310 | 26 | 114 | 0 | 131 | 26 | 160 | 120 | 54 |
| Binary | 101111 | 11001000 | 10110 | 1001100 | 0 | 1011001 | 10110 | 1110000 | 1010000 | 101100 |
Color Harmonies of #2FC816
Complementary color
Monochromatic Colors of #2FC816
Black with #2FC816
Text Example
Text Example
White with #2FC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC816; }
p { color: rgb(47,200,22); }
H1.HeaderClassName
{
color: #2FC816;
}
.AnyTagClassName
{
color: #2FC816;
}
</style>
background-color css
<style>
a { background-color: #2FC816; }
a { background-color: rgb(47,200,22); }
div.DivClassName
{
background-color: #2FC816;
}
.BgClassName
{
background-color: #2FC816;
}
</style>
border-color css
<style>
span { border-color: #2FC816; }
span { border-color: rgb(47,200,22); }
td.TdClassName
{
border-color: #2FC816;
}
.TagClassName
{
border-color: #2FC816;
}
</style>