Shades of Lime Green #3FE020
Tints of Lime Green #3FE020
RGB
CMYK
RGB Variations
Color information
#3FE020 (or 0x3FE020) is known color: Lime Green. HEX triplet: 3F, E0 and 20. RGB value is (63,224,32). Sum of RGB (Red+Green+Blue) = 63+224+32=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 224 (87.89% from 255 or 70.22% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE020 is #C01FDF. Grayscale: #9A9A9A. Windows color (decimal): -12591072 or 2154559. OLE color: 2154559.
HSL color Cylindrical-coordinate representation of color #3FE020: hue angle of 110.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FE020 is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 32 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.12 |
| HSL | 110.31º | 0.76% | 0.5% | - |
| HSV(B) | 110.31º | 0.86% | 0.88% | - |
| XYZ | 28.97 | 54.47 | 10.35 | - |
| YUV | 153.97 | 59.16 | 63.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 32 | 0.72 | 0 | 0.86 | 0.12 | 110.31 | 0.76 | 0.5 |
| Hex | 3F | E0 | 20 | 48 | 0 | 56 | C | 6E | 4C | 32 |
| Octal | 77 | 340 | 40 | 110 | 0 | 126 | 14 | 156 | 114 | 62 |
| Binary | 111111 | 11100000 | 100000 | 1001000 | 0 | 1010110 | 1100 | 1101110 | 1001100 | 110010 |
Color Harmonies of #3FE020
Complementary color
Monochromatic Colors of #3FE020
Black with #3FE020
Text Example
Text Example
White with #3FE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE020; }
p { color: rgb(63,224,32); }
H1.HeaderClassName
{
color: #3FE020;
}
.AnyTagClassName
{
color: #3FE020;
}
</style>
background-color css
<style>
a { background-color: #3FE020; }
a { background-color: rgb(63,224,32); }
div.DivClassName
{
background-color: #3FE020;
}
.BgClassName
{
background-color: #3FE020;
}
</style>
border-color css
<style>
span { border-color: #3FE020; }
span { border-color: rgb(63,224,32); }
td.TdClassName
{
border-color: #3FE020;
}
.TagClassName
{
border-color: #3FE020;
}
</style>