Shades of Lime Green #3FC640
Tints of Lime Green #3FC640
RGB
CMYK
RGB Variations
Color information
#3FC640 (or 0x3FC640) is known color: Lime Green. HEX triplet: 3F, C6 and 40. RGB value is (63,198,64). Sum of RGB (Red+Green+Blue) = 63+198+64=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC640 is #C039BF. Grayscale: #8E8E8E. Windows color (decimal): -12597696 or 4245055. OLE color: 4245055.
HSL color Cylindrical-coordinate representation of color #3FC640: hue angle of 120.44º 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 #3FC640 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 198 | 64 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.22 |
| HSL | 120.44º | 0.54% | 0.51% | - |
| HSV(B) | 120.44º | 0.68% | 0.78% | - |
| XYZ | 23.17 | 41.82 | 11.7 | - |
| YUV | 142.36 | 83.77 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 64 | 0.68 | 0 | 0.68 | 0.22 | 120.44 | 0.54 | 0.51 |
| Hex | 3F | C6 | 40 | 44 | 0 | 44 | 16 | 78 | 36 | 33 |
| Octal | 77 | 306 | 100 | 104 | 0 | 104 | 26 | 170 | 66 | 63 |
| Binary | 111111 | 11000110 | 1000000 | 1000100 | 0 | 1000100 | 10110 | 1111000 | 110110 | 110011 |
Color Harmonies of #3FC640
Complementary color
Monochromatic Colors of #3FC640
Black with #3FC640
Text Example
Text Example
White with #3FC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC640; }
p { color: rgb(63,198,64); }
H1.HeaderClassName
{
color: #3FC640;
}
.AnyTagClassName
{
color: #3FC640;
}
</style>
background-color css
<style>
a { background-color: #3FC640; }
a { background-color: rgb(63,198,64); }
div.DivClassName
{
background-color: #3FC640;
}
.BgClassName
{
background-color: #3FC640;
}
</style>
border-color css
<style>
span { border-color: #3FC640; }
span { border-color: rgb(63,198,64); }
td.TdClassName
{
border-color: #3FC640;
}
.TagClassName
{
border-color: #3FC640;
}
</style>