Shades of Lime Green #3FC536
Tints of Lime Green #3FC536
RGB
CMYK
RGB Variations
Color information
#3FC536 (or 0x3FC536) is known color: Lime Green. HEX triplet: 3F, C5 and 36. RGB value is (63,197,54). Sum of RGB (Red+Green+Blue) = 63+197+54=314 (41% of max value = 765). Red value is 63 (25% from 255 or 20.06% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC536 is #C03AC9. Grayscale: #8D8D8D. Windows color (decimal): -12597962 or 3589439. OLE color: 3589439.
HSL color Cylindrical-coordinate representation of color #3FC536: hue angle of 116.22º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FC536 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 54 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.23 |
| HSL | 116.22º | 0.57% | 0.49% | - |
| HSV(B) | 116.22º | 0.73% | 0.77% | - |
| XYZ | 22.68 | 41.26 | 10.26 | - |
| YUV | 140.63 | 79.11 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 54 | 0.68 | 0 | 0.73 | 0.23 | 116.22 | 0.57 | 0.49 |
| Hex | 3F | C5 | 36 | 44 | 0 | 49 | 17 | 74 | 39 | 31 |
| Octal | 77 | 305 | 66 | 104 | 0 | 111 | 27 | 164 | 71 | 61 |
| Binary | 111111 | 11000101 | 110110 | 1000100 | 0 | 1001001 | 10111 | 1110100 | 111001 | 110001 |
Color Harmonies of #3FC536
Complementary color
Monochromatic Colors of #3FC536
Black with #3FC536
Text Example
Text Example
White with #3FC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC536; }
p { color: rgb(63,197,54); }
H1.HeaderClassName
{
color: #3FC536;
}
.AnyTagClassName
{
color: #3FC536;
}
</style>
background-color css
<style>
a { background-color: #3FC536; }
a { background-color: rgb(63,197,54); }
div.DivClassName
{
background-color: #3FC536;
}
.BgClassName
{
background-color: #3FC536;
}
</style>
border-color css
<style>
span { border-color: #3FC536; }
span { border-color: rgb(63,197,54); }
td.TdClassName
{
border-color: #3FC536;
}
.TagClassName
{
border-color: #3FC536;
}
</style>