Shades of Lime Green #3FCA37
Tints of Lime Green #3FCA37
RGB
CMYK
RGB Variations
Color information
#3FCA37 (or 0x3FCA37) is known color: Lime Green. HEX triplet: 3F, CA and 37. RGB value is (63,202,55). Sum of RGB (Red+Green+Blue) = 63+202+55=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA37 is #C035C8. Grayscale: #909090. Windows color (decimal): -12596681 or 3656255. OLE color: 3656255.
HSL color Cylindrical-coordinate representation of color #3FCA37: hue angle of 116.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCA37 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 55 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.21 |
| HSL | 116.73º | 0.58% | 0.5% | - |
| HSV(B) | 116.73º | 0.73% | 0.79% | - |
| XYZ | 23.86 | 43.57 | 10.77 | - |
| YUV | 143.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 55 | 0.69 | 0 | 0.73 | 0.21 | 116.73 | 0.58 | 0.5 |
| Hex | 3F | CA | 37 | 45 | 0 | 49 | 15 | 75 | 3A | 32 |
| Octal | 77 | 312 | 67 | 105 | 0 | 111 | 25 | 165 | 72 | 62 |
| Binary | 111111 | 11001010 | 110111 | 1000101 | 0 | 1001001 | 10101 | 1110101 | 111010 | 110010 |
Color Harmonies of #3FCA37
Complementary color
Monochromatic Colors of #3FCA37
Black with #3FCA37
Text Example
Text Example
White with #3FCA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA37; }
p { color: rgb(63,202,55); }
H1.HeaderClassName
{
color: #3FCA37;
}
.AnyTagClassName
{
color: #3FCA37;
}
</style>
background-color css
<style>
a { background-color: #3FCA37; }
a { background-color: rgb(63,202,55); }
div.DivClassName
{
background-color: #3FCA37;
}
.BgClassName
{
background-color: #3FCA37;
}
</style>
border-color css
<style>
span { border-color: #3FCA37; }
span { border-color: rgb(63,202,55); }
td.TdClassName
{
border-color: #3FCA37;
}
.TagClassName
{
border-color: #3FCA37;
}
</style>