Shades of Lime Green #3FD735
Tints of Lime Green #3FD735
RGB
CMYK
RGB Variations
Color information
#3FD735 (or 0x3FD735) is known color: Lime Green. HEX triplet: 3F, D7 and 35. RGB value is (63,215,53). Sum of RGB (Red+Green+Blue) = 63+215+53=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD735 is #C028CA. Grayscale: #979797. Windows color (decimal): -12593355 or 3528511. OLE color: 3528511.
HSL color Cylindrical-coordinate representation of color #3FD735: hue angle of 116.3º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD735 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 53 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.16 |
| HSL | 116.3º | 0.67% | 0.53% | - |
| HSV(B) | 116.3º | 0.75% | 0.84% | - |
| XYZ | 26.99 | 49.91 | 11.58 | - |
| YUV | 151.08 | 72.64 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 53 | 0.71 | 0 | 0.75 | 0.16 | 116.3 | 0.67 | 0.53 |
| Hex | 3F | D7 | 35 | 47 | 0 | 4B | 10 | 74 | 43 | 35 |
| Octal | 77 | 327 | 65 | 107 | 0 | 113 | 20 | 164 | 103 | 65 |
| Binary | 111111 | 11010111 | 110101 | 1000111 | 0 | 1001011 | 10000 | 1110100 | 1000011 | 110101 |
Color Harmonies of #3FD735
Complementary color
Monochromatic Colors of #3FD735
Black with #3FD735
Text Example
Text Example
White with #3FD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD735; }
p { color: rgb(63,215,53); }
H1.HeaderClassName
{
color: #3FD735;
}
.AnyTagClassName
{
color: #3FD735;
}
</style>
background-color css
<style>
a { background-color: #3FD735; }
a { background-color: rgb(63,215,53); }
div.DivClassName
{
background-color: #3FD735;
}
.BgClassName
{
background-color: #3FD735;
}
</style>
border-color css
<style>
span { border-color: #3FD735; }
span { border-color: rgb(63,215,53); }
td.TdClassName
{
border-color: #3FD735;
}
.TagClassName
{
border-color: #3FD735;
}
</style>