Shades of Lime Green #3FC735
Tints of Lime Green #3FC735
RGB
CMYK
RGB Variations
Color information
#3FC735 (or 0x3FC735) is known color: Lime Green. HEX triplet: 3F, C7 and 35. RGB value is (63,199,53). Sum of RGB (Red+Green+Blue) = 63+199+53=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 199 (78.12% from 255 or 63.17% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 199 - color contains mainly: green. Hex color #3FC735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC735 is #C038CA. Grayscale: #8E8E8E. Windows color (decimal): -12597451 or 3524415. OLE color: 3524415.
HSL color Cylindrical-coordinate representation of color #3FC735: hue angle of 115.89º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FC735 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 199 | 53 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.22 |
| HSL | 115.89º | 0.58% | 0.49% | - |
| HSV(B) | 115.89º | 0.73% | 0.78% | - |
| XYZ | 23.12 | 42.16 | 10.29 | - |
| YUV | 141.69 | 77.94 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 199 | 53 | 0.68 | 0 | 0.73 | 0.22 | 115.89 | 0.58 | 0.49 |
| Hex | 3F | C7 | 35 | 44 | 0 | 49 | 16 | 74 | 3A | 31 |
| Octal | 77 | 307 | 65 | 104 | 0 | 111 | 26 | 164 | 72 | 61 |
| Binary | 111111 | 11000111 | 110101 | 1000100 | 0 | 1001001 | 10110 | 1110100 | 111010 | 110001 |
Color Harmonies of #3FC735
Complementary color
Monochromatic Colors of #3FC735
Black with #3FC735
Text Example
Text Example
White with #3FC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC735; }
p { color: rgb(63,199,53); }
H1.HeaderClassName
{
color: #3FC735;
}
.AnyTagClassName
{
color: #3FC735;
}
</style>
background-color css
<style>
a { background-color: #3FC735; }
a { background-color: rgb(63,199,53); }
div.DivClassName
{
background-color: #3FC735;
}
.BgClassName
{
background-color: #3FC735;
}
</style>
border-color css
<style>
span { border-color: #3FC735; }
span { border-color: rgb(63,199,53); }
td.TdClassName
{
border-color: #3FC735;
}
.TagClassName
{
border-color: #3FC735;
}
</style>