Shades of Lime Green #2FC716
Tints of Lime Green #2FC716
RGB
CMYK
RGB Variations
Color information
#2FC716 (or 0x2FC716) is known color: Lime Green. HEX triplet: 2F, C7 and 16. RGB value is (47,199,22). Sum of RGB (Red+Green+Blue) = 47+199+22=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 199 (78.12% from 255 or 74.25% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC716 is #D038E9. Grayscale: #858585. Windows color (decimal): -13646058 or 1492783. OLE color: 1492783.
HSL color Cylindrical-coordinate representation of color #2FC716: hue angle of 111.53º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FC716 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 22 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.22 |
| HSL | 111.53º | 0.8% | 0.43% | - |
| HSV(B) | 111.53º | 0.89% | 0.78% | - |
| XYZ | 21.74 | 41.51 | 7.63 | - |
| YUV | 133.37 | 65.14 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 22 | 0.76 | 0 | 0.89 | 0.22 | 111.53 | 0.8 | 0.43 |
| Hex | 2F | C7 | 16 | 4C | 0 | 59 | 16 | 70 | 50 | 2B |
| Octal | 57 | 307 | 26 | 114 | 0 | 131 | 26 | 160 | 120 | 53 |
| Binary | 101111 | 11000111 | 10110 | 1001100 | 0 | 1011001 | 10110 | 1110000 | 1010000 | 101011 |
Color Harmonies of #2FC716
Complementary color
Monochromatic Colors of #2FC716
Black with #2FC716
Text Example
Text Example
White with #2FC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC716; }
p { color: rgb(47,199,22); }
H1.HeaderClassName
{
color: #2FC716;
}
.AnyTagClassName
{
color: #2FC716;
}
</style>
background-color css
<style>
a { background-color: #2FC716; }
a { background-color: rgb(47,199,22); }
div.DivClassName
{
background-color: #2FC716;
}
.BgClassName
{
background-color: #2FC716;
}
</style>
border-color css
<style>
span { border-color: #2FC716; }
span { border-color: rgb(47,199,22); }
td.TdClassName
{
border-color: #2FC716;
}
.TagClassName
{
border-color: #2FC716;
}
</style>