Shades of Lime Green #2FC814
Tints of Lime Green #2FC814
RGB
CMYK
RGB Variations
Color information
#2FC814 (or 0x2FC814) is known color: Lime Green. HEX triplet: 2F, C8 and 14. RGB value is (47,200,20). Sum of RGB (Red+Green+Blue) = 47+200+20=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 200 (78.52% from 255 or 74.91% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC814 is #D037EB. Grayscale: #868686. Windows color (decimal): -13645804 or 1361967. OLE color: 1361967.
HSL color Cylindrical-coordinate representation of color #2FC814: hue angle of 111º degrees, saturation: 0.82, 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 #2FC814 is Cyan = 0.76, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 20 | - |
| CMYK | 0.76 | 0 | 0.9 | 0.22 |
| HSL | 111º | 0.82% | 0.43% | - |
| HSV(B) | 111º | 0.9% | 0.78% | - |
| XYZ | 21.95 | 41.96 | 7.6 | - |
| YUV | 133.73 | 63.81 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 20 | 0.76 | 0 | 0.9 | 0.22 | 111 | 0.82 | 0.43 |
| Hex | 2F | C8 | 14 | 4C | 0 | 5A | 16 | 6F | 52 | 2B |
| Octal | 57 | 310 | 24 | 114 | 0 | 132 | 26 | 157 | 122 | 53 |
| Binary | 101111 | 11001000 | 10100 | 1001100 | 0 | 1011010 | 10110 | 1101111 | 1010010 | 101011 |
Color Harmonies of #2FC814
Complementary color
Monochromatic Colors of #2FC814
Black with #2FC814
Text Example
Text Example
White with #2FC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC814; }
p { color: rgb(47,200,20); }
H1.HeaderClassName
{
color: #2FC814;
}
.AnyTagClassName
{
color: #2FC814;
}
</style>
background-color css
<style>
a { background-color: #2FC814; }
a { background-color: rgb(47,200,20); }
div.DivClassName
{
background-color: #2FC814;
}
.BgClassName
{
background-color: #2FC814;
}
</style>
border-color css
<style>
span { border-color: #2FC814; }
span { border-color: rgb(47,200,20); }
td.TdClassName
{
border-color: #2FC814;
}
.TagClassName
{
border-color: #2FC814;
}
</style>