Shades of Lime Green #2FC71A
Tints of Lime Green #2FC71A
RGB
CMYK
RGB Variations
Color information
#2FC71A (or 0x2FC71A) is known color: Lime Green. HEX triplet: 2F, C7 and 1A. RGB value is (47,199,26). Sum of RGB (Red+Green+Blue) = 47+199+26=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC71A is #D038E5. Grayscale: #868686. Windows color (decimal): -13646054 or 1754927. OLE color: 1754927.
HSL color Cylindrical-coordinate representation of color #2FC71A: hue angle of 112.72º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FC71A is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 26 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.22 |
| HSL | 112.72º | 0.77% | 0.44% | - |
| HSV(B) | 112.72º | 0.87% | 0.78% | - |
| XYZ | 21.78 | 41.53 | 7.84 | - |
| YUV | 133.83 | 67.14 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 26 | 0.76 | 0 | 0.87 | 0.22 | 112.72 | 0.77 | 0.44 |
| Hex | 2F | C7 | 1A | 4C | 0 | 57 | 16 | 71 | 4D | 2C |
| Octal | 57 | 307 | 32 | 114 | 0 | 127 | 26 | 161 | 115 | 54 |
| Binary | 101111 | 11000111 | 11010 | 1001100 | 0 | 1010111 | 10110 | 1110001 | 1001101 | 101100 |
Color Harmonies of #2FC71A
Complementary color
Monochromatic Colors of #2FC71A
Black with #2FC71A
Text Example
Text Example
White with #2FC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC71A; }
p { color: rgb(47,199,26); }
H1.HeaderClassName
{
color: #2FC71A;
}
.AnyTagClassName
{
color: #2FC71A;
}
</style>
background-color css
<style>
a { background-color: #2FC71A; }
a { background-color: rgb(47,199,26); }
div.DivClassName
{
background-color: #2FC71A;
}
.BgClassName
{
background-color: #2FC71A;
}
</style>
border-color css
<style>
span { border-color: #2FC71A; }
span { border-color: rgb(47,199,26); }
td.TdClassName
{
border-color: #2FC71A;
}
.TagClassName
{
border-color: #2FC71A;
}
</style>