Shades of Lime Green #3FC537
Tints of Lime Green #3FC537
RGB
CMYK
RGB Variations
Color information
#3FC537 (or 0x3FC537) is known color: Lime Green. HEX triplet: 3F, C5 and 37. RGB value is (63,197,55). Sum of RGB (Red+Green+Blue) = 63+197+55=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC537 is #C03AC8. Grayscale: #8D8D8D. Windows color (decimal): -12597961 or 3654975. OLE color: 3654975.
HSL color Cylindrical-coordinate representation of color #3FC537: hue angle of 116.62º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC537 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 55 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.23 |
| HSL | 116.62º | 0.56% | 0.49% | - |
| HSV(B) | 116.62º | 0.72% | 0.77% | - |
| XYZ | 22.71 | 41.27 | 10.38 | - |
| YUV | 140.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 55 | 0.68 | 0 | 0.72 | 0.23 | 116.62 | 0.56 | 0.49 |
| Hex | 3F | C5 | 37 | 44 | 0 | 48 | 17 | 75 | 38 | 31 |
| Octal | 77 | 305 | 67 | 104 | 0 | 110 | 27 | 165 | 70 | 61 |
| Binary | 111111 | 11000101 | 110111 | 1000100 | 0 | 1001000 | 10111 | 1110101 | 111000 | 110001 |
Color Harmonies of #3FC537
Complementary color
Monochromatic Colors of #3FC537
Black with #3FC537
Text Example
Text Example
White with #3FC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC537; }
p { color: rgb(63,197,55); }
H1.HeaderClassName
{
color: #3FC537;
}
.AnyTagClassName
{
color: #3FC537;
}
</style>
background-color css
<style>
a { background-color: #3FC537; }
a { background-color: rgb(63,197,55); }
div.DivClassName
{
background-color: #3FC537;
}
.BgClassName
{
background-color: #3FC537;
}
</style>
border-color css
<style>
span { border-color: #3FC537; }
span { border-color: rgb(63,197,55); }
td.TdClassName
{
border-color: #3FC537;
}
.TagClassName
{
border-color: #3FC537;
}
</style>