Shades of Lime Green #3FD737
Tints of Lime Green #3FD737
RGB
CMYK
RGB Variations
Color information
#3FD737 (or 0x3FD737) is known color: Lime Green. HEX triplet: 3F, D7 and 37. RGB value is (63,215,55). Sum of RGB (Red+Green+Blue) = 63+215+55=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 215 (84.38% from 255 or 64.56% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD737 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD737 is #C028C8. Grayscale: #979797. Windows color (decimal): -12593353 or 3659583. OLE color: 3659583.
HSL color Cylindrical-coordinate representation of color #3FD737: hue angle of 117º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FD737 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 55 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.16 |
| HSL | 117º | 0.67% | 0.53% | - |
| HSV(B) | 117º | 0.74% | 0.84% | - |
| XYZ | 27.04 | 49.93 | 11.83 | - |
| YUV | 151.31 | 73.64 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 55 | 0.71 | 0 | 0.74 | 0.16 | 117 | 0.67 | 0.53 |
| Hex | 3F | D7 | 37 | 47 | 0 | 4A | 10 | 75 | 43 | 35 |
| Octal | 77 | 327 | 67 | 107 | 0 | 112 | 20 | 165 | 103 | 65 |
| Binary | 111111 | 11010111 | 110111 | 1000111 | 0 | 1001010 | 10000 | 1110101 | 1000011 | 110101 |
Color Harmonies of #3FD737
Complementary color
Monochromatic Colors of #3FD737
Black with #3FD737
Text Example
Text Example
White with #3FD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD737; }
p { color: rgb(63,215,55); }
H1.HeaderClassName
{
color: #3FD737;
}
.AnyTagClassName
{
color: #3FD737;
}
</style>
background-color css
<style>
a { background-color: #3FD737; }
a { background-color: rgb(63,215,55); }
div.DivClassName
{
background-color: #3FD737;
}
.BgClassName
{
background-color: #3FD737;
}
</style>
border-color css
<style>
span { border-color: #3FD737; }
span { border-color: rgb(63,215,55); }
td.TdClassName
{
border-color: #3FD737;
}
.TagClassName
{
border-color: #3FD737;
}
</style>