Shades of Lime Green #3FC448
Tints of Lime Green #3FC448
RGB
CMYK
RGB Variations
Color information
#3FC448 (or 0x3FC448) is known color: Lime Green. HEX triplet: 3F, C4 and 48. RGB value is (63,196,72). Sum of RGB (Red+Green+Blue) = 63+196+72=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC448 is #C03BB7. Grayscale: #8E8E8E. Windows color (decimal): -12598200 or 4768831. OLE color: 4768831.
HSL color Cylindrical-coordinate representation of color #3FC448: hue angle of 124.06º 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 #3FC448 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 72 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.23 |
| HSL | 124.06º | 0.53% | 0.51% | - |
| HSV(B) | 124.06º | 0.68% | 0.77% | - |
| XYZ | 22.96 | 41 | 12.84 | - |
| YUV | 142.1 | 88.44 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 72 | 0.68 | 0 | 0.63 | 0.23 | 124.06 | 0.53 | 0.51 |
| Hex | 3F | C4 | 48 | 44 | 0 | 3F | 17 | 7C | 35 | 33 |
| Octal | 77 | 304 | 110 | 104 | 0 | 77 | 27 | 174 | 65 | 63 |
| Binary | 111111 | 11000100 | 1001000 | 1000100 | 0 | 111111 | 10111 | 1111100 | 110101 | 110011 |
Color Harmonies of #3FC448
Complementary color
Monochromatic Colors of #3FC448
Black with #3FC448
Text Example
Text Example
White with #3FC448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC448; }
p { color: rgb(63,196,72); }
H1.HeaderClassName
{
color: #3FC448;
}
.AnyTagClassName
{
color: #3FC448;
}
</style>
background-color css
<style>
a { background-color: #3FC448; }
a { background-color: rgb(63,196,72); }
div.DivClassName
{
background-color: #3FC448;
}
.BgClassName
{
background-color: #3FC448;
}
</style>
border-color css
<style>
span { border-color: #3FC448; }
span { border-color: rgb(63,196,72); }
td.TdClassName
{
border-color: #3FC448;
}
.TagClassName
{
border-color: #3FC448;
}
</style>