Shades of Lime Green #3FC447
Tints of Lime Green #3FC447
RGB
CMYK
RGB Variations
Color information
#3FC447 (or 0x3FC447) is known color: Lime Green. HEX triplet: 3F, C4 and 47. RGB value is (63,196,71). Sum of RGB (Red+Green+Blue) = 63+196+71=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC447 is #C03BB8. Grayscale: #8E8E8E. Windows color (decimal): -12598201 or 4703295. OLE color: 4703295.
HSL color Cylindrical-coordinate representation of color #3FC447: hue angle of 123.61º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC447 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 71 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.23 |
| HSL | 123.61º | 0.53% | 0.51% | - |
| HSV(B) | 123.61º | 0.68% | 0.77% | - |
| XYZ | 22.93 | 40.99 | 12.67 | - |
| YUV | 141.98 | 87.94 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 71 | 0.68 | 0 | 0.64 | 0.23 | 123.61 | 0.53 | 0.51 |
| Hex | 3F | C4 | 47 | 44 | 0 | 40 | 17 | 7C | 35 | 33 |
| Octal | 77 | 304 | 107 | 104 | 0 | 100 | 27 | 174 | 65 | 63 |
| Binary | 111111 | 11000100 | 1000111 | 1000100 | 0 | 1000000 | 10111 | 1111100 | 110101 | 110011 |
Color Harmonies of #3FC447
Complementary color
Monochromatic Colors of #3FC447
Black with #3FC447
Text Example
Text Example
White with #3FC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC447; }
p { color: rgb(63,196,71); }
H1.HeaderClassName
{
color: #3FC447;
}
.AnyTagClassName
{
color: #3FC447;
}
</style>
background-color css
<style>
a { background-color: #3FC447; }
a { background-color: rgb(63,196,71); }
div.DivClassName
{
background-color: #3FC447;
}
.BgClassName
{
background-color: #3FC447;
}
</style>
border-color css
<style>
span { border-color: #3FC447; }
span { border-color: rgb(63,196,71); }
td.TdClassName
{
border-color: #3FC447;
}
.TagClassName
{
border-color: #3FC447;
}
</style>