Shades of Lime Green #2FC713
Tints of Lime Green #2FC713
RGB
CMYK
RGB Variations
Color information
#2FC713 (or 0x2FC713) is known color: Lime Green. HEX triplet: 2F, C7 and 13. RGB value is (47,199,19). Sum of RGB (Red+Green+Blue) = 47+199+19=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 199 (78.12% from 255 or 75.09% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC713 is #D038EC. Grayscale: #858585. Windows color (decimal): -13646061 or 1296175. OLE color: 1296175.
HSL color Cylindrical-coordinate representation of color #2FC713: hue angle of 110.67º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FC713 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.22 |
| HSL | 110.67º | 0.83% | 0.43% | - |
| HSV(B) | 110.67º | 0.9% | 0.78% | - |
| XYZ | 21.71 | 41.5 | 7.48 | - |
| YUV | 133.03 | 63.64 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 19 | 0.76 | 0 | 0.90 | 0.22 | 110.67 | 0.83 | 0.43 |
| Hex | 2F | C7 | 13 | 4C | 0 | 5A | 16 | 6F | 53 | 2B |
| Octal | 57 | 307 | 23 | 114 | 0 | 132 | 26 | 157 | 123 | 53 |
| Binary | 101111 | 11000111 | 10011 | 1001100 | 0 | 1011010 | 10110 | 1101111 | 1010011 | 101011 |
Color Harmonies of #2FC713
Complementary color
Monochromatic Colors of #2FC713
Black with #2FC713
Text Example
Text Example
White with #2FC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC713; }
p { color: rgb(47,199,19); }
H1.HeaderClassName
{
color: #2FC713;
}
.AnyTagClassName
{
color: #2FC713;
}
</style>
background-color css
<style>
a { background-color: #2FC713; }
a { background-color: rgb(47,199,19); }
div.DivClassName
{
background-color: #2FC713;
}
.BgClassName
{
background-color: #2FC713;
}
</style>
border-color css
<style>
span { border-color: #2FC713; }
span { border-color: rgb(47,199,19); }
td.TdClassName
{
border-color: #2FC713;
}
.TagClassName
{
border-color: #2FC713;
}
</style>