Shades of Lime Green #3FC64F
Tints of Lime Green #3FC64F
RGB
CMYK
RGB Variations
Color information
#3FC64F (or 0x3FC64F) is known color: Lime Green. HEX triplet: 3F, C6 and 4F. RGB value is (63,198,79). Sum of RGB (Red+Green+Blue) = 63+198+79=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC64F is #C039B0. Grayscale: #909090. Windows color (decimal): -12597681 or 5228095. OLE color: 5228095.
HSL color Cylindrical-coordinate representation of color #3FC64F: hue angle of 127.11º degrees, saturation: 0.54, 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 #3FC64F is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 198 | 79 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.22 |
| HSL | 127.11º | 0.54% | 0.51% | - |
| HSV(B) | 127.11º | 0.68% | 0.78% | - |
| XYZ | 23.66 | 42.01 | 14.26 | - |
| YUV | 144.07 | 91.27 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 79 | 0.68 | 0 | 0.60 | 0.22 | 127.11 | 0.54 | 0.51 |
| Hex | 3F | C6 | 4F | 44 | 0 | 3C | 16 | 7F | 36 | 33 |
| Octal | 77 | 306 | 117 | 104 | 0 | 74 | 26 | 177 | 66 | 63 |
| Binary | 111111 | 11000110 | 1001111 | 1000100 | 0 | 111100 | 10110 | 1111111 | 110110 | 110011 |
Color Harmonies of #3FC64F
Complementary color
Monochromatic Colors of #3FC64F
Black with #3FC64F
Text Example
Text Example
White with #3FC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC64F; }
p { color: rgb(63,198,79); }
H1.HeaderClassName
{
color: #3FC64F;
}
.AnyTagClassName
{
color: #3FC64F;
}
</style>
background-color css
<style>
a { background-color: #3FC64F; }
a { background-color: rgb(63,198,79); }
div.DivClassName
{
background-color: #3FC64F;
}
.BgClassName
{
background-color: #3FC64F;
}
</style>
border-color css
<style>
span { border-color: #3FC64F; }
span { border-color: rgb(63,198,79); }
td.TdClassName
{
border-color: #3FC64F;
}
.TagClassName
{
border-color: #3FC64F;
}
</style>