Shades of Lime Green #3FEC50
Tints of Lime Green #3FEC50
RGB
CMYK
RGB Variations
Color information
#3FEC50 (or 0x3FEC50) is known color: Lime Green. HEX triplet: 3F, EC and 50. RGB value is (63,236,80). Sum of RGB (Red+Green+Blue) = 63+236+80=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 236 (92.58% from 255 or 62.27% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FEC50 is #C013AF. Grayscale: #A6A6A6. Windows color (decimal): -12587952 or 5303359. OLE color: 5303359.
HSL color Cylindrical-coordinate representation of color #3FEC50: hue angle of 125.9º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEC50 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 80 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.07 |
| HSL | 125.9º | 0.82% | 0.59% | - |
| HSV(B) | 125.9º | 0.73% | 0.93% | - |
| XYZ | 33.49 | 61.63 | 17.72 | - |
| YUV | 166.49 | 79.19 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 80 | 0.73 | 0 | 0.66 | 0.07 | 125.9 | 0.82 | 0.59 |
| Hex | 3F | EC | 50 | 49 | 0 | 42 | 7 | 7E | 52 | 3B |
| Octal | 77 | 354 | 120 | 111 | 0 | 102 | 7 | 176 | 122 | 73 |
| Binary | 111111 | 11101100 | 1010000 | 1001001 | 0 | 1000010 | 111 | 1111110 | 1010010 | 111011 |
Color Harmonies of #3FEC50
Complementary color
Monochromatic Colors of #3FEC50
Black with #3FEC50
Text Example
Text Example
White with #3FEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC50; }
p { color: rgb(63,236,80); }
H1.HeaderClassName
{
color: #3FEC50;
}
.AnyTagClassName
{
color: #3FEC50;
}
</style>
background-color css
<style>
a { background-color: #3FEC50; }
a { background-color: rgb(63,236,80); }
div.DivClassName
{
background-color: #3FEC50;
}
.BgClassName
{
background-color: #3FEC50;
}
</style>
border-color css
<style>
span { border-color: #3FEC50; }
span { border-color: rgb(63,236,80); }
td.TdClassName
{
border-color: #3FEC50;
}
.TagClassName
{
border-color: #3FEC50;
}
</style>