Shades of Lime Green #3FD752
Tints of Lime Green #3FD752
RGB
CMYK
RGB Variations
Color information
#3FD752 (or 0x3FD752) is known color: Lime Green. HEX triplet: 3F, D7 and 52. RGB value is (63,215,82). Sum of RGB (Red+Green+Blue) = 63+215+82=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD752 is #C028AD. Grayscale: #9A9A9A. Windows color (decimal): -12593326 or 5429055. OLE color: 5429055.
HSL color Cylindrical-coordinate representation of color #3FD752: hue angle of 127.5º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD752 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 82 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.16 |
| HSL | 127.5º | 0.66% | 0.55% | - |
| HSV(B) | 127.5º | 0.71% | 0.84% | - |
| XYZ | 27.87 | 50.27 | 16.22 | - |
| YUV | 154.39 | 87.14 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 82 | 0.71 | 0 | 0.62 | 0.16 | 127.5 | 0.66 | 0.55 |
| Hex | 3F | D7 | 52 | 47 | 0 | 3E | 10 | 80 | 42 | 37 |
| Octal | 77 | 327 | 122 | 107 | 0 | 76 | 20 | 200 | 102 | 67 |
| Binary | 111111 | 11010111 | 1010010 | 1000111 | 0 | 111110 | 10000 | 10000000 | 1000010 | 110111 |
Color Harmonies of #3FD752
Complementary color
Monochromatic Colors of #3FD752
Black with #3FD752
Text Example
Text Example
White with #3FD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD752; }
p { color: rgb(63,215,82); }
H1.HeaderClassName
{
color: #3FD752;
}
.AnyTagClassName
{
color: #3FD752;
}
</style>
background-color css
<style>
a { background-color: #3FD752; }
a { background-color: rgb(63,215,82); }
div.DivClassName
{
background-color: #3FD752;
}
.BgClassName
{
background-color: #3FD752;
}
</style>
border-color css
<style>
span { border-color: #3FD752; }
span { border-color: rgb(63,215,82); }
td.TdClassName
{
border-color: #3FD752;
}
.TagClassName
{
border-color: #3FD752;
}
</style>