Shades of Lime Green #3FD520
Tints of Lime Green #3FD520
RGB
CMYK
RGB Variations
Color information
#3FD520 (or 0x3FD520) is known color: Lime Green. HEX triplet: 3F, D5 and 20. RGB value is (63,213,32). Sum of RGB (Red+Green+Blue) = 63+213+32=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD520 is #C02ADF. Grayscale: #949494. Windows color (decimal): -12593888 or 2151743. OLE color: 2151743.
HSL color Cylindrical-coordinate representation of color #3FD520: hue angle of 109.72º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FD520 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 32 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.16 |
| HSL | 109.72º | 0.74% | 0.48% | - |
| HSV(B) | 109.72º | 0.85% | 0.84% | - |
| XYZ | 26.1 | 48.75 | 9.4 | - |
| YUV | 147.52 | 62.81 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 32 | 0.70 | 0 | 0.85 | 0.16 | 109.72 | 0.74 | 0.48 |
| Hex | 3F | D5 | 20 | 46 | 0 | 55 | 10 | 6E | 4A | 30 |
| Octal | 77 | 325 | 40 | 106 | 0 | 125 | 20 | 156 | 112 | 60 |
| Binary | 111111 | 11010101 | 100000 | 1000110 | 0 | 1010101 | 10000 | 1101110 | 1001010 | 110000 |
Color Harmonies of #3FD520
Complementary color
Monochromatic Colors of #3FD520
Black with #3FD520
Text Example
Text Example
White with #3FD520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD520; }
p { color: rgb(63,213,32); }
H1.HeaderClassName
{
color: #3FD520;
}
.AnyTagClassName
{
color: #3FD520;
}
</style>
background-color css
<style>
a { background-color: #3FD520; }
a { background-color: rgb(63,213,32); }
div.DivClassName
{
background-color: #3FD520;
}
.BgClassName
{
background-color: #3FD520;
}
</style>
border-color css
<style>
span { border-color: #3FD520; }
span { border-color: rgb(63,213,32); }
td.TdClassName
{
border-color: #3FD520;
}
.TagClassName
{
border-color: #3FD520;
}
</style>