Shades of Lime Green #3FE157
Tints of Lime Green #3FE157
RGB
CMYK
RGB Variations
Color information
#3FE157 (or 0x3FE157) is known color: Lime Green. HEX triplet: 3F, E1 and 57. RGB value is (63,225,87). Sum of RGB (Red+Green+Blue) = 63+225+87=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE157 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE157 is #C01EA8. Grayscale: #A1A1A1. Windows color (decimal): -12590761 or 5759295. OLE color: 5759295.
HSL color Cylindrical-coordinate representation of color #3FE157: hue angle of 128.89º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE157 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 87 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.12 |
| HSL | 128.89º | 0.73% | 0.56% | - |
| HSV(B) | 128.89º | 0.72% | 0.88% | - |
| XYZ | 30.7 | 55.6 | 18.13 | - |
| YUV | 160.83 | 86.33 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 87 | 0.72 | 0 | 0.61 | 0.12 | 128.89 | 0.73 | 0.56 |
| Hex | 3F | E1 | 57 | 48 | 0 | 3D | C | 81 | 49 | 38 |
| Octal | 77 | 341 | 127 | 110 | 0 | 75 | 14 | 201 | 111 | 70 |
| Binary | 111111 | 11100001 | 1010111 | 1001000 | 0 | 111101 | 1100 | 10000001 | 1001001 | 111000 |
Color Harmonies of #3FE157
Complementary color
Monochromatic Colors of #3FE157
Black with #3FE157
Text Example
Text Example
White with #3FE157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE157; }
p { color: rgb(63,225,87); }
H1.HeaderClassName
{
color: #3FE157;
}
.AnyTagClassName
{
color: #3FE157;
}
</style>
background-color css
<style>
a { background-color: #3FE157; }
a { background-color: rgb(63,225,87); }
div.DivClassName
{
background-color: #3FE157;
}
.BgClassName
{
background-color: #3FE157;
}
</style>
border-color css
<style>
span { border-color: #3FE157; }
span { border-color: rgb(63,225,87); }
td.TdClassName
{
border-color: #3FE157;
}
.TagClassName
{
border-color: #3FE157;
}
</style>