Shades of Lime Green #3FDF57
Tints of Lime Green #3FDF57
RGB
CMYK
RGB Variations
Color information
#3FDF57 (or 0x3FDF57) is known color: Lime Green. HEX triplet: 3F, DF and 57. RGB value is (63,223,87). Sum of RGB (Red+Green+Blue) = 63+223+87=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDF57 is #C020A8. Grayscale: #A0A0A0. Windows color (decimal): -12591273 or 5758783. OLE color: 5758783.
HSL color Cylindrical-coordinate representation of color #3FDF57: hue angle of 129º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF57 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 87 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.13 |
| HSL | 129º | 0.71% | 0.56% | - |
| HSV(B) | 129º | 0.72% | 0.87% | - |
| XYZ | 30.16 | 54.52 | 17.95 | - |
| YUV | 159.66 | 86.99 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 87 | 0.72 | 0 | 0.61 | 0.13 | 129 | 0.71 | 0.56 |
| Hex | 3F | DF | 57 | 48 | 0 | 3D | D | 81 | 47 | 38 |
| Octal | 77 | 337 | 127 | 110 | 0 | 75 | 15 | 201 | 107 | 70 |
| Binary | 111111 | 11011111 | 1010111 | 1001000 | 0 | 111101 | 1101 | 10000001 | 1000111 | 111000 |
Color Harmonies of #3FDF57
Complementary color
Monochromatic Colors of #3FDF57
Black with #3FDF57
Text Example
Text Example
White with #3FDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF57; }
p { color: rgb(63,223,87); }
H1.HeaderClassName
{
color: #3FDF57;
}
.AnyTagClassName
{
color: #3FDF57;
}
</style>
background-color css
<style>
a { background-color: #3FDF57; }
a { background-color: rgb(63,223,87); }
div.DivClassName
{
background-color: #3FDF57;
}
.BgClassName
{
background-color: #3FDF57;
}
</style>
border-color css
<style>
span { border-color: #3FDF57; }
span { border-color: rgb(63,223,87); }
td.TdClassName
{
border-color: #3FDF57;
}
.TagClassName
{
border-color: #3FDF57;
}
</style>