Shades of Lime Green #2FC73F
Tints of Lime Green #2FC73F
RGB
CMYK
RGB Variations
Color information
#2FC73F (or 0x2FC73F) is known color: Lime Green. HEX triplet: 2F, C7 and 3F. RGB value is (47,199,63). Sum of RGB (Red+Green+Blue) = 47+199+63=309 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.21% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC73F is #D038C0. Grayscale: #8A8A8A. Windows color (decimal): -13646017 or 4179759. OLE color: 4179759.
HSL color Cylindrical-coordinate representation of color #2FC73F: hue angle of 126.32º 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 #2FC73F is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 63 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.22 |
| HSL | 126.32º | 0.62% | 0.48% | - |
| HSV(B) | 126.32º | 0.76% | 0.78% | - |
| XYZ | 22.49 | 41.81 | 11.59 | - |
| YUV | 138.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 63 | 0.76 | 0 | 0.68 | 0.22 | 126.32 | 0.62 | 0.48 |
| Hex | 2F | C7 | 3F | 4C | 0 | 44 | 16 | 7E | 3E | 30 |
| Octal | 57 | 307 | 77 | 114 | 0 | 104 | 26 | 176 | 76 | 60 |
| Binary | 101111 | 11000111 | 111111 | 1001100 | 0 | 1000100 | 10110 | 1111110 | 111110 | 110000 |
Color Harmonies of #2FC73F
Complementary color
Monochromatic Colors of #2FC73F
Black with #2FC73F
Text Example
Text Example
White with #2FC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC73F; }
p { color: rgb(47,199,63); }
H1.HeaderClassName
{
color: #2FC73F;
}
.AnyTagClassName
{
color: #2FC73F;
}
</style>
background-color css
<style>
a { background-color: #2FC73F; }
a { background-color: rgb(47,199,63); }
div.DivClassName
{
background-color: #2FC73F;
}
.BgClassName
{
background-color: #2FC73F;
}
</style>
border-color css
<style>
span { border-color: #2FC73F; }
span { border-color: rgb(47,199,63); }
td.TdClassName
{
border-color: #2FC73F;
}
.TagClassName
{
border-color: #2FC73F;
}
</style>