Shades of Lime Green #2FC54D
Tints of Lime Green #2FC54D
RGB
CMYK
RGB Variations
Color information
#2FC54D (or 0x2FC54D) is known color: Lime Green. HEX triplet: 2F, C5 and 4D. RGB value is (47,197,77). Sum of RGB (Red+Green+Blue) = 47+197+77=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC54D is #D03AB2. Grayscale: #8A8A8A. Windows color (decimal): -13646515 or 5096751. OLE color: 5096751.
HSL color Cylindrical-coordinate representation of color #2FC54D: hue angle of 132º 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 #2FC54D is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 77 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.23 |
| HSL | 132º | 0.61% | 0.48% | - |
| HSV(B) | 132º | 0.76% | 0.77% | - |
| XYZ | 22.48 | 41.07 | 13.76 | - |
| YUV | 138.47 | 93.31 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 77 | 0.76 | 0 | 0.61 | 0.23 | 132 | 0.61 | 0.48 |
| Hex | 2F | C5 | 4D | 4C | 0 | 3D | 17 | 84 | 3D | 30 |
| Octal | 57 | 305 | 115 | 114 | 0 | 75 | 27 | 204 | 75 | 60 |
| Binary | 101111 | 11000101 | 1001101 | 1001100 | 0 | 111101 | 10111 | 10000100 | 111101 | 110000 |
Color Harmonies of #2FC54D
Complementary color
Monochromatic Colors of #2FC54D
Black with #2FC54D
Text Example
Text Example
White with #2FC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC54D; }
p { color: rgb(47,197,77); }
H1.HeaderClassName
{
color: #2FC54D;
}
.AnyTagClassName
{
color: #2FC54D;
}
</style>
background-color css
<style>
a { background-color: #2FC54D; }
a { background-color: rgb(47,197,77); }
div.DivClassName
{
background-color: #2FC54D;
}
.BgClassName
{
background-color: #2FC54D;
}
</style>
border-color css
<style>
span { border-color: #2FC54D; }
span { border-color: rgb(47,197,77); }
td.TdClassName
{
border-color: #2FC54D;
}
.TagClassName
{
border-color: #2FC54D;
}
</style>