Shades of Lime Green #3FD120
Tints of Lime Green #3FD120
RGB
CMYK
RGB Variations
Color information
#3FD120 (or 0x3FD120) is known color: Lime Green. HEX triplet: 3F, D1 and 20. RGB value is (63,209,32). Sum of RGB (Red+Green+Blue) = 63+209+32=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 209 (82.03% from 255 or 68.75% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 209 - color contains mainly: green. Hex color #3FD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD120 is #C02EDF. Grayscale: #919191. Windows color (decimal): -12594912 or 2150719. OLE color: 2150719.
HSL color Cylindrical-coordinate representation of color #3FD120: hue angle of 109.49º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FD120 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 209 | 32 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.18 |
| HSL | 109.49º | 0.73% | 0.47% | - |
| HSV(B) | 109.49º | 0.85% | 0.82% | - |
| XYZ | 25.11 | 46.76 | 9.07 | - |
| YUV | 145.17 | 64.13 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 209 | 32 | 0.70 | 0 | 0.85 | 0.18 | 109.49 | 0.73 | 0.47 |
| Hex | 3F | D1 | 20 | 46 | 0 | 55 | 12 | 6D | 49 | 2F |
| Octal | 77 | 321 | 40 | 106 | 0 | 125 | 22 | 155 | 111 | 57 |
| Binary | 111111 | 11010001 | 100000 | 1000110 | 0 | 1010101 | 10010 | 1101101 | 1001001 | 101111 |
Color Harmonies of #3FD120
Complementary color
Monochromatic Colors of #3FD120
Black with #3FD120
Text Example
Text Example
White with #3FD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD120; }
p { color: rgb(63,209,32); }
H1.HeaderClassName
{
color: #3FD120;
}
.AnyTagClassName
{
color: #3FD120;
}
</style>
background-color css
<style>
a { background-color: #3FD120; }
a { background-color: rgb(63,209,32); }
div.DivClassName
{
background-color: #3FD120;
}
.BgClassName
{
background-color: #3FD120;
}
</style>
border-color css
<style>
span { border-color: #3FD120; }
span { border-color: rgb(63,209,32); }
td.TdClassName
{
border-color: #3FD120;
}
.TagClassName
{
border-color: #3FD120;
}
</style>