Shades of Lime Green #3FC544
Tints of Lime Green #3FC544
RGB
CMYK
RGB Variations
Color information
#3FC544 (or 0x3FC544) is known color: Lime Green. HEX triplet: 3F, C5 and 44. RGB value is (63,197,68). Sum of RGB (Red+Green+Blue) = 63+197+68=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC544 is #C03ABB. Grayscale: #8E8E8E. Windows color (decimal): -12597948 or 4506943. OLE color: 4506943.
HSL color Cylindrical-coordinate representation of color #3FC544: hue angle of 122.24º degrees, saturation: 0.54, 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 #3FC544 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 68 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.23 |
| HSL | 122.24º | 0.54% | 0.51% | - |
| HSV(B) | 122.24º | 0.68% | 0.77% | - |
| XYZ | 23.06 | 41.41 | 12.25 | - |
| YUV | 142.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 68 | 0.68 | 0 | 0.65 | 0.23 | 122.24 | 0.54 | 0.51 |
| Hex | 3F | C5 | 44 | 44 | 0 | 41 | 17 | 7A | 36 | 33 |
| Octal | 77 | 305 | 104 | 104 | 0 | 101 | 27 | 172 | 66 | 63 |
| Binary | 111111 | 11000101 | 1000100 | 1000100 | 0 | 1000001 | 10111 | 1111010 | 110110 | 110011 |
Color Harmonies of #3FC544
Complementary color
Monochromatic Colors of #3FC544
Black with #3FC544
Text Example
Text Example
White with #3FC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC544; }
p { color: rgb(63,197,68); }
H1.HeaderClassName
{
color: #3FC544;
}
.AnyTagClassName
{
color: #3FC544;
}
</style>
background-color css
<style>
a { background-color: #3FC544; }
a { background-color: rgb(63,197,68); }
div.DivClassName
{
background-color: #3FC544;
}
.BgClassName
{
background-color: #3FC544;
}
</style>
border-color css
<style>
span { border-color: #3FC544; }
span { border-color: rgb(63,197,68); }
td.TdClassName
{
border-color: #3FC544;
}
.TagClassName
{
border-color: #3FC544;
}
</style>