Shades of Lime Green #3FE720
Tints of Lime Green #3FE720
RGB
CMYK
RGB Variations
Color information
#3FE720 (or 0x3FE720) is known color: Lime Green. HEX triplet: 3F, E7 and 20. RGB value is (63,231,32). Sum of RGB (Red+Green+Blue) = 63+231+32=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 231 (90.62% from 255 or 70.86% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE720 is #C018DF. Grayscale: #9E9E9E. Windows color (decimal): -12589280 or 2156351. OLE color: 2156351.
HSL color Cylindrical-coordinate representation of color #3FE720: hue angle of 110.65º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FE720 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 32 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.09 |
| HSL | 110.65º | 0.81% | 0.52% | - |
| HSV(B) | 110.65º | 0.86% | 0.91% | - |
| XYZ | 30.89 | 58.31 | 10.99 | - |
| YUV | 158.08 | 56.84 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 32 | 0.73 | 0 | 0.86 | 0.09 | 110.65 | 0.81 | 0.52 |
| Hex | 3F | E7 | 20 | 49 | 0 | 56 | 9 | 6F | 51 | 34 |
| Octal | 77 | 347 | 40 | 111 | 0 | 126 | 11 | 157 | 121 | 64 |
| Binary | 111111 | 11100111 | 100000 | 1001001 | 0 | 1010110 | 1001 | 1101111 | 1010001 | 110100 |
Color Harmonies of #3FE720
Complementary color
Monochromatic Colors of #3FE720
Black with #3FE720
Text Example
Text Example
White with #3FE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE720; }
p { color: rgb(63,231,32); }
H1.HeaderClassName
{
color: #3FE720;
}
.AnyTagClassName
{
color: #3FE720;
}
</style>
background-color css
<style>
a { background-color: #3FE720; }
a { background-color: rgb(63,231,32); }
div.DivClassName
{
background-color: #3FE720;
}
.BgClassName
{
background-color: #3FE720;
}
</style>
border-color css
<style>
span { border-color: #3FE720; }
span { border-color: rgb(63,231,32); }
td.TdClassName
{
border-color: #3FE720;
}
.TagClassName
{
border-color: #3FE720;
}
</style>