Shades of Lime Green #3FCF40
Tints of Lime Green #3FCF40
RGB
CMYK
RGB Variations
Color information
#3FCF40 (or 0x3FCF40) is known color: Lime Green. HEX triplet: 3F, CF and 40. RGB value is (63,207,64). Sum of RGB (Red+Green+Blue) = 63+207+64=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCF40 is #C030BF. Grayscale: #949494. Windows color (decimal): -12595392 or 4247359. OLE color: 4247359.
HSL color Cylindrical-coordinate representation of color #3FCF40: hue angle of 120.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF40 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 64 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.19 |
| HSL | 120.42º | 0.6% | 0.53% | - |
| HSV(B) | 120.42º | 0.7% | 0.81% | - |
| XYZ | 25.29 | 46.05 | 12.41 | - |
| YUV | 147.64 | 80.79 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 64 | 0.70 | 0 | 0.69 | 0.19 | 120.42 | 0.6 | 0.53 |
| Hex | 3F | CF | 40 | 46 | 0 | 45 | 13 | 78 | 3C | 35 |
| Octal | 77 | 317 | 100 | 106 | 0 | 105 | 23 | 170 | 74 | 65 |
| Binary | 111111 | 11001111 | 1000000 | 1000110 | 0 | 1000101 | 10011 | 1111000 | 111100 | 110101 |
Color Harmonies of #3FCF40
Complementary color
Monochromatic Colors of #3FCF40
Black with #3FCF40
Text Example
Text Example
White with #3FCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF40; }
p { color: rgb(63,207,64); }
H1.HeaderClassName
{
color: #3FCF40;
}
.AnyTagClassName
{
color: #3FCF40;
}
</style>
background-color css
<style>
a { background-color: #3FCF40; }
a { background-color: rgb(63,207,64); }
div.DivClassName
{
background-color: #3FCF40;
}
.BgClassName
{
background-color: #3FCF40;
}
</style>
border-color css
<style>
span { border-color: #3FCF40; }
span { border-color: rgb(63,207,64); }
td.TdClassName
{
border-color: #3FCF40;
}
.TagClassName
{
border-color: #3FCF40;
}
</style>