Shades of Lime Green #3FE357
Tints of Lime Green #3FE357
RGB
CMYK
RGB Variations
Color information
#3FE357 (or 0x3FE357) is known color: Lime Green. HEX triplet: 3F, E3 and 57. RGB value is (63,227,87). Sum of RGB (Red+Green+Blue) = 63+227+87=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE357 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE357 is #C01CA8. Grayscale: #A2A2A2. Windows color (decimal): -12590249 or 5759807. OLE color: 5759807.
HSL color Cylindrical-coordinate representation of color #3FE357: hue angle of 128.78º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE357 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 87 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.11 |
| HSL | 128.78º | 0.75% | 0.57% | - |
| HSV(B) | 128.78º | 0.72% | 0.89% | - |
| XYZ | 31.24 | 56.68 | 18.31 | - |
| YUV | 162 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 87 | 0.72 | 0 | 0.62 | 0.11 | 128.78 | 0.75 | 0.57 |
| Hex | 3F | E3 | 57 | 48 | 0 | 3E | B | 81 | 4B | 39 |
| Octal | 77 | 343 | 127 | 110 | 0 | 76 | 13 | 201 | 113 | 71 |
| Binary | 111111 | 11100011 | 1010111 | 1001000 | 0 | 111110 | 1011 | 10000001 | 1001011 | 111001 |
Color Harmonies of #3FE357
Complementary color
Monochromatic Colors of #3FE357
Black with #3FE357
Text Example
Text Example
White with #3FE357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE357; }
p { color: rgb(63,227,87); }
H1.HeaderClassName
{
color: #3FE357;
}
.AnyTagClassName
{
color: #3FE357;
}
</style>
background-color css
<style>
a { background-color: #3FE357; }
a { background-color: rgb(63,227,87); }
div.DivClassName
{
background-color: #3FE357;
}
.BgClassName
{
background-color: #3FE357;
}
</style>
border-color css
<style>
span { border-color: #3FE357; }
span { border-color: rgb(63,227,87); }
td.TdClassName
{
border-color: #3FE357;
}
.TagClassName
{
border-color: #3FE357;
}
</style>