Shades of Lime Green #3FE71E
Tints of Lime Green #3FE71E
RGB
CMYK
RGB Variations
Color information
#3FE71E (or 0x3FE71E) is known color: Lime Green. HEX triplet: 3F, E7 and 1E. RGB value is (63,231,30). Sum of RGB (Red+Green+Blue) = 63+231+30=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 231 (90.62% from 255 or 71.30% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE71E is #C018E1. Grayscale: #9E9E9E. Windows color (decimal): -12589282 or 2025279. OLE color: 2025279.
HSL color Cylindrical-coordinate representation of color #3FE71E: hue angle of 110.15º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FE71E is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 30 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.09 |
| HSL | 110.15º | 0.81% | 0.51% | - |
| HSV(B) | 110.15º | 0.87% | 0.91% | - |
| XYZ | 30.86 | 58.3 | 10.86 | - |
| YUV | 157.85 | 55.84 | 60.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 30 | 0.73 | 0 | 0.87 | 0.09 | 110.15 | 0.81 | 0.51 |
| Hex | 3F | E7 | 1E | 49 | 0 | 57 | 9 | 6E | 51 | 33 |
| Octal | 77 | 347 | 36 | 111 | 0 | 127 | 11 | 156 | 121 | 63 |
| Binary | 111111 | 11100111 | 11110 | 1001001 | 0 | 1010111 | 1001 | 1101110 | 1010001 | 110011 |
Color Harmonies of #3FE71E
Complementary color
Monochromatic Colors of #3FE71E
Black with #3FE71E
Text Example
Text Example
White with #3FE71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE71E; }
p { color: rgb(63,231,30); }
H1.HeaderClassName
{
color: #3FE71E;
}
.AnyTagClassName
{
color: #3FE71E;
}
</style>
background-color css
<style>
a { background-color: #3FE71E; }
a { background-color: rgb(63,231,30); }
div.DivClassName
{
background-color: #3FE71E;
}
.BgClassName
{
background-color: #3FE71E;
}
</style>
border-color css
<style>
span { border-color: #3FE71E; }
span { border-color: rgb(63,231,30); }
td.TdClassName
{
border-color: #3FE71E;
}
.TagClassName
{
border-color: #3FE71E;
}
</style>