Shades of Lime Green #3FC650
Tints of Lime Green #3FC650
RGB
CMYK
RGB Variations
Color information
#3FC650 (or 0x3FC650) is known color: Lime Green. HEX triplet: 3F, C6 and 50. RGB value is (63,198,80). Sum of RGB (Red+Green+Blue) = 63+198+80=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 198 (77.73% from 255 or 58.06% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC650 is #C039AF. Grayscale: #909090. Windows color (decimal): -12597680 or 5293631. OLE color: 5293631.
HSL color Cylindrical-coordinate representation of color #3FC650: hue angle of 127.56º 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 #3FC650 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 198 | 80 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.22 |
| HSL | 127.56º | 0.54% | 0.51% | - |
| HSV(B) | 127.56º | 0.68% | 0.78% | - |
| XYZ | 23.69 | 42.02 | 14.45 | - |
| YUV | 144.18 | 91.77 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 80 | 0.68 | 0 | 0.60 | 0.22 | 127.56 | 0.54 | 0.51 |
| Hex | 3F | C6 | 50 | 44 | 0 | 3C | 16 | 80 | 36 | 33 |
| Octal | 77 | 306 | 120 | 104 | 0 | 74 | 26 | 200 | 66 | 63 |
| Binary | 111111 | 11000110 | 1010000 | 1000100 | 0 | 111100 | 10110 | 10000000 | 110110 | 110011 |
Color Harmonies of #3FC650
Complementary color
Monochromatic Colors of #3FC650
Black with #3FC650
Text Example
Text Example
White with #3FC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC650; }
p { color: rgb(63,198,80); }
H1.HeaderClassName
{
color: #3FC650;
}
.AnyTagClassName
{
color: #3FC650;
}
</style>
background-color css
<style>
a { background-color: #3FC650; }
a { background-color: rgb(63,198,80); }
div.DivClassName
{
background-color: #3FC650;
}
.BgClassName
{
background-color: #3FC650;
}
</style>
border-color css
<style>
span { border-color: #3FC650; }
span { border-color: rgb(63,198,80); }
td.TdClassName
{
border-color: #3FC650;
}
.TagClassName
{
border-color: #3FC650;
}
</style>