Shades of Lime Green #3FE757
Tints of Lime Green #3FE757
RGB
CMYK
RGB Variations
Color information
#3FE757 (or 0x3FE757) is known color: Lime Green. HEX triplet: 3F, E7 and 57. RGB value is (63,231,87). Sum of RGB (Red+Green+Blue) = 63+231+87=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 231 (90.62% from 255 or 60.63% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE757 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE757 is #C018A8. Grayscale: #A4A4A4. Windows color (decimal): -12589225 or 5760831. OLE color: 5760831.
HSL color Cylindrical-coordinate representation of color #3FE757: hue angle of 128.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE757 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 87 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.09 |
| HSL | 128.57º | 0.78% | 0.58% | - |
| HSV(B) | 128.57º | 0.73% | 0.91% | - |
| XYZ | 32.35 | 58.9 | 18.68 | - |
| YUV | 164.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 87 | 0.73 | 0 | 0.62 | 0.09 | 128.57 | 0.78 | 0.58 |
| Hex | 3F | E7 | 57 | 49 | 0 | 3E | 9 | 81 | 4E | 3A |
| Octal | 77 | 347 | 127 | 111 | 0 | 76 | 11 | 201 | 116 | 72 |
| Binary | 111111 | 11100111 | 1010111 | 1001001 | 0 | 111110 | 1001 | 10000001 | 1001110 | 111010 |
Color Harmonies of #3FE757
Complementary color
Monochromatic Colors of #3FE757
Black with #3FE757
Text Example
Text Example
White with #3FE757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE757; }
p { color: rgb(63,231,87); }
H1.HeaderClassName
{
color: #3FE757;
}
.AnyTagClassName
{
color: #3FE757;
}
</style>
background-color css
<style>
a { background-color: #3FE757; }
a { background-color: rgb(63,231,87); }
div.DivClassName
{
background-color: #3FE757;
}
.BgClassName
{
background-color: #3FE757;
}
</style>
border-color css
<style>
span { border-color: #3FE757; }
span { border-color: rgb(63,231,87); }
td.TdClassName
{
border-color: #3FE757;
}
.TagClassName
{
border-color: #3FE757;
}
</style>