Shades of Lime Green #2FC84D
Tints of Lime Green #2FC84D
RGB
CMYK
RGB Variations
Color information
#2FC84D (or 0x2FC84D) is known color: Lime Green. HEX triplet: 2F, C8 and 4D. RGB value is (47,200,77). Sum of RGB (Red+Green+Blue) = 47+200+77=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC84D is #D037B2. Grayscale: #8C8C8C. Windows color (decimal): -13645747 or 5097519. OLE color: 5097519.
HSL color Cylindrical-coordinate representation of color #2FC84D: hue angle of 131.76º 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 #2FC84D is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 77 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.22 |
| HSL | 131.76º | 0.62% | 0.48% | - |
| HSV(B) | 131.76º | 0.77% | 0.78% | - |
| XYZ | 23.17 | 42.45 | 13.99 | - |
| YUV | 140.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 77 | 0.76 | 0 | 0.62 | 0.22 | 131.76 | 0.62 | 0.48 |
| Hex | 2F | C8 | 4D | 4C | 0 | 3E | 16 | 84 | 3E | 30 |
| Octal | 57 | 310 | 115 | 114 | 0 | 76 | 26 | 204 | 76 | 60 |
| Binary | 101111 | 11001000 | 1001101 | 1001100 | 0 | 111110 | 10110 | 10000100 | 111110 | 110000 |
Color Harmonies of #2FC84D
Complementary color
Monochromatic Colors of #2FC84D
Black with #2FC84D
Text Example
Text Example
White with #2FC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC84D; }
p { color: rgb(47,200,77); }
H1.HeaderClassName
{
color: #2FC84D;
}
.AnyTagClassName
{
color: #2FC84D;
}
</style>
background-color css
<style>
a { background-color: #2FC84D; }
a { background-color: rgb(47,200,77); }
div.DivClassName
{
background-color: #2FC84D;
}
.BgClassName
{
background-color: #2FC84D;
}
</style>
border-color css
<style>
span { border-color: #2FC84D; }
span { border-color: rgb(47,200,77); }
td.TdClassName
{
border-color: #2FC84D;
}
.TagClassName
{
border-color: #2FC84D;
}
</style>