Shades of Lime Green #3FC73F
Tints of Lime Green #3FC73F
RGB
CMYK
RGB Variations
Color information
#3FC73F (or 0x3FC73F) is known color: Lime Green. HEX triplet: 3F, C7 and 3F. RGB value is (63,199,63). Sum of RGB (Red+Green+Blue) = 63+199+63=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 199 (78.12% from 255 or 61.23% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC73F is #C038C0. Grayscale: #8F8F8F. Windows color (decimal): -12597441 or 4179775. OLE color: 4179775.
HSL color Cylindrical-coordinate representation of color #3FC73F: hue angle of 120º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC73F is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 63 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.22 |
| HSL | 120º | 0.55% | 0.51% | - |
| HSV(B) | 120º | 0.68% | 0.78% | - |
| XYZ | 23.37 | 42.26 | 11.63 | - |
| YUV | 142.83 | 82.94 | 71.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 63 | 0.68 | 0 | 0.68 | 0.22 | 120 | 0.55 | 0.51 |
| Hex | 3F | C7 | 3F | 44 | 0 | 44 | 16 | 78 | 37 | 33 |
| Octal | 77 | 307 | 77 | 104 | 0 | 104 | 26 | 170 | 67 | 63 |
| Binary | 111111 | 11000111 | 111111 | 1000100 | 0 | 1000100 | 10110 | 1111000 | 110111 | 110011 |
Color Harmonies of #3FC73F
Complementary color
Monochromatic Colors of #3FC73F
Black with #3FC73F
Text Example
Text Example
White with #3FC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC73F; }
p { color: rgb(63,199,63); }
H1.HeaderClassName
{
color: #3FC73F;
}
.AnyTagClassName
{
color: #3FC73F;
}
</style>
background-color css
<style>
a { background-color: #3FC73F; }
a { background-color: rgb(63,199,63); }
div.DivClassName
{
background-color: #3FC73F;
}
.BgClassName
{
background-color: #3FC73F;
}
</style>
border-color css
<style>
span { border-color: #3FC73F; }
span { border-color: rgb(63,199,63); }
td.TdClassName
{
border-color: #3FC73F;
}
.TagClassName
{
border-color: #3FC73F;
}
</style>