Shades of Lime Green #2FC53F
Tints of Lime Green #2FC53F
RGB
CMYK
RGB Variations
Color information
#2FC53F (or 0x2FC53F) is known color: Lime Green. HEX triplet: 2F, C5 and 3F. RGB value is (47,197,63). Sum of RGB (Red+Green+Blue) = 47+197+63=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC53F is #D03AC0. Grayscale: #898989. Windows color (decimal): -13646529 or 4179247. OLE color: 4179247.
HSL color Cylindrical-coordinate representation of color #2FC53F: hue angle of 126.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 #2FC53F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 63 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.23 |
| HSL | 126.4º | 0.61% | 0.48% | - |
| HSV(B) | 126.4º | 0.76% | 0.77% | - |
| XYZ | 22.04 | 40.9 | 11.43 | - |
| YUV | 136.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 63 | 0.76 | 0 | 0.68 | 0.23 | 126.4 | 0.61 | 0.48 |
| Hex | 2F | C5 | 3F | 4C | 0 | 44 | 17 | 7E | 3D | 30 |
| Octal | 57 | 305 | 77 | 114 | 0 | 104 | 27 | 176 | 75 | 60 |
| Binary | 101111 | 11000101 | 111111 | 1001100 | 0 | 1000100 | 10111 | 1111110 | 111101 | 110000 |
Color Harmonies of #2FC53F
Complementary color
Monochromatic Colors of #2FC53F
Black with #2FC53F
Text Example
Text Example
White with #2FC53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC53F; }
p { color: rgb(47,197,63); }
H1.HeaderClassName
{
color: #2FC53F;
}
.AnyTagClassName
{
color: #2FC53F;
}
</style>
background-color css
<style>
a { background-color: #2FC53F; }
a { background-color: rgb(47,197,63); }
div.DivClassName
{
background-color: #2FC53F;
}
.BgClassName
{
background-color: #2FC53F;
}
</style>
border-color css
<style>
span { border-color: #2FC53F; }
span { border-color: rgb(47,197,63); }
td.TdClassName
{
border-color: #2FC53F;
}
.TagClassName
{
border-color: #2FC53F;
}
</style>