Shades of Lime Green #2FC54E
Tints of Lime Green #2FC54E
RGB
CMYK
RGB Variations
Color information
#2FC54E (or 0x2FC54E) is known color: Lime Green. HEX triplet: 2F, C5 and 4E. RGB value is (47,197,78). Sum of RGB (Red+Green+Blue) = 47+197+78=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC54E is #D03AB1. Grayscale: #8A8A8A. Windows color (decimal): -13646514 or 5162287. OLE color: 5162287.
HSL color Cylindrical-coordinate representation of color #2FC54E: hue angle of 132.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC54E is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 78 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.23 |
| HSL | 132.4º | 0.61% | 0.48% | - |
| HSV(B) | 132.4º | 0.76% | 0.77% | - |
| XYZ | 22.51 | 41.09 | 13.95 | - |
| YUV | 138.58 | 93.81 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 78 | 0.76 | 0 | 0.60 | 0.23 | 132.4 | 0.61 | 0.48 |
| Hex | 2F | C5 | 4E | 4C | 0 | 3C | 17 | 84 | 3D | 30 |
| Octal | 57 | 305 | 116 | 114 | 0 | 74 | 27 | 204 | 75 | 60 |
| Binary | 101111 | 11000101 | 1001110 | 1001100 | 0 | 111100 | 10111 | 10000100 | 111101 | 110000 |
Color Harmonies of #2FC54E
Complementary color
Monochromatic Colors of #2FC54E
Black with #2FC54E
Text Example
Text Example
White with #2FC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC54E; }
p { color: rgb(47,197,78); }
H1.HeaderClassName
{
color: #2FC54E;
}
.AnyTagClassName
{
color: #2FC54E;
}
</style>
background-color css
<style>
a { background-color: #2FC54E; }
a { background-color: rgb(47,197,78); }
div.DivClassName
{
background-color: #2FC54E;
}
.BgClassName
{
background-color: #2FC54E;
}
</style>
border-color css
<style>
span { border-color: #2FC54E; }
span { border-color: rgb(47,197,78); }
td.TdClassName
{
border-color: #2FC54E;
}
.TagClassName
{
border-color: #2FC54E;
}
</style>