Shades of Lime Green #3FC846
Tints of Lime Green #3FC846
RGB
CMYK
RGB Variations
Color information
#3FC846 (or 0x3FC846) is known color: Lime Green. HEX triplet: 3F, C8 and 46. RGB value is (63,200,70). Sum of RGB (Red+Green+Blue) = 63+200+70=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC846 is #C037B9. Grayscale: #909090. Windows color (decimal): -12597178 or 4638783. OLE color: 4638783.
HSL color Cylindrical-coordinate representation of color #3FC846: hue angle of 123.07º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC846 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 200 | 70 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.22 |
| HSL | 123.07º | 0.55% | 0.52% | - |
| HSV(B) | 123.07º | 0.69% | 0.78% | - |
| XYZ | 23.81 | 42.81 | 12.8 | - |
| YUV | 144.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 200 | 70 | 0.68 | 0 | 0.65 | 0.22 | 123.07 | 0.55 | 0.52 |
| Hex | 3F | C8 | 46 | 44 | 0 | 41 | 16 | 7B | 37 | 34 |
| Octal | 77 | 310 | 106 | 104 | 0 | 101 | 26 | 173 | 67 | 64 |
| Binary | 111111 | 11001000 | 1000110 | 1000100 | 0 | 1000001 | 10110 | 1111011 | 110111 | 110100 |
Color Harmonies of #3FC846
Complementary color
Monochromatic Colors of #3FC846
Black with #3FC846
Text Example
Text Example
White with #3FC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC846; }
p { color: rgb(63,200,70); }
H1.HeaderClassName
{
color: #3FC846;
}
.AnyTagClassName
{
color: #3FC846;
}
</style>
background-color css
<style>
a { background-color: #3FC846; }
a { background-color: rgb(63,200,70); }
div.DivClassName
{
background-color: #3FC846;
}
.BgClassName
{
background-color: #3FC846;
}
</style>
border-color css
<style>
span { border-color: #3FC846; }
span { border-color: rgb(63,200,70); }
td.TdClassName
{
border-color: #3FC846;
}
.TagClassName
{
border-color: #3FC846;
}
</style>