Shades of Lime Green #2FC813
Tints of Lime Green #2FC813
RGB
CMYK
RGB Variations
Color information
#2FC813 (or 0x2FC813) is known color: Lime Green. HEX triplet: 2F, C8 and 13. RGB value is (47,200,19). Sum of RGB (Red+Green+Blue) = 47+200+19=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC813 is #D037EC. Grayscale: #868686. Windows color (decimal): -13645805 or 1296431. OLE color: 1296431.
HSL color Cylindrical-coordinate representation of color #2FC813: hue angle of 110.72º 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 #2FC813 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 19 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.22 |
| HSL | 110.72º | 0.83% | 0.43% | - |
| HSV(B) | 110.72º | 0.91% | 0.78% | - |
| XYZ | 21.94 | 41.96 | 7.56 | - |
| YUV | 133.62 | 63.31 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 19 | 0.76 | 0 | 0.90 | 0.22 | 110.72 | 0.83 | 0.43 |
| Hex | 2F | C8 | 13 | 4C | 0 | 5A | 16 | 6F | 53 | 2B |
| Octal | 57 | 310 | 23 | 114 | 0 | 132 | 26 | 157 | 123 | 53 |
| Binary | 101111 | 11001000 | 10011 | 1001100 | 0 | 1011010 | 10110 | 1101111 | 1010011 | 101011 |
Color Harmonies of #2FC813
Complementary color
Monochromatic Colors of #2FC813
Black with #2FC813
Text Example
Text Example
White with #2FC813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC813; }
p { color: rgb(47,200,19); }
H1.HeaderClassName
{
color: #2FC813;
}
.AnyTagClassName
{
color: #2FC813;
}
</style>
background-color css
<style>
a { background-color: #2FC813; }
a { background-color: rgb(47,200,19); }
div.DivClassName
{
background-color: #2FC813;
}
.BgClassName
{
background-color: #2FC813;
}
</style>
border-color css
<style>
span { border-color: #2FC813; }
span { border-color: rgb(47,200,19); }
td.TdClassName
{
border-color: #2FC813;
}
.TagClassName
{
border-color: #2FC813;
}
</style>