Shades of Lime Green #2FC84E
Tints of Lime Green #2FC84E
RGB
CMYK
RGB Variations
Color information
#2FC84E (or 0x2FC84E) is known color: Lime Green. HEX triplet: 2F, C8 and 4E. RGB value is (47,200,78). Sum of RGB (Red+Green+Blue) = 47+200+78=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC84E is #D037B1. Grayscale: #8C8C8C. Windows color (decimal): -13645746 or 5163055. OLE color: 5163055.
HSL color Cylindrical-coordinate representation of color #2FC84E: hue angle of 132.16º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC84E is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 78 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.22 |
| HSL | 132.16º | 0.62% | 0.48% | - |
| HSV(B) | 132.16º | 0.77% | 0.78% | - |
| XYZ | 23.2 | 42.46 | 14.18 | - |
| YUV | 140.35 | 92.81 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 78 | 0.76 | 0 | 0.61 | 0.22 | 132.16 | 0.62 | 0.48 |
| Hex | 2F | C8 | 4E | 4C | 0 | 3D | 16 | 84 | 3E | 30 |
| Octal | 57 | 310 | 116 | 114 | 0 | 75 | 26 | 204 | 76 | 60 |
| Binary | 101111 | 11001000 | 1001110 | 1001100 | 0 | 111101 | 10110 | 10000100 | 111110 | 110000 |
Color Harmonies of #2FC84E
Complementary color
Monochromatic Colors of #2FC84E
Black with #2FC84E
Text Example
Text Example
White with #2FC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC84E; }
p { color: rgb(47,200,78); }
H1.HeaderClassName
{
color: #2FC84E;
}
.AnyTagClassName
{
color: #2FC84E;
}
</style>
background-color css
<style>
a { background-color: #2FC84E; }
a { background-color: rgb(47,200,78); }
div.DivClassName
{
background-color: #2FC84E;
}
.BgClassName
{
background-color: #2FC84E;
}
</style>
border-color css
<style>
span { border-color: #2FC84E; }
span { border-color: rgb(47,200,78); }
td.TdClassName
{
border-color: #2FC84E;
}
.TagClassName
{
border-color: #2FC84E;
}
</style>