Shades of Lime Green #3FEC4C
Tints of Lime Green #3FEC4C
RGB
CMYK
RGB Variations
Color information
#3FEC4C (or 0x3FEC4C) is known color: Lime Green. HEX triplet: 3F, EC and 4C. RGB value is (63,236,76). Sum of RGB (Red+Green+Blue) = 63+236+76=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #3FEC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEC4C is #C013B3. Grayscale: #A6A6A6. Windows color (decimal): -12587956 or 5041215. OLE color: 5041215.
HSL color Cylindrical-coordinate representation of color #3FEC4C: hue angle of 124.51º 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 #3FEC4C is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 236 | 76 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.07 |
| HSL | 124.51º | 0.82% | 0.59% | - |
| HSV(B) | 124.51º | 0.73% | 0.93% | - |
| XYZ | 33.35 | 61.57 | 16.96 | - |
| YUV | 166.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 236 | 76 | 0.73 | 0 | 0.68 | 0.07 | 124.51 | 0.82 | 0.59 |
| Hex | 3F | EC | 4C | 49 | 0 | 44 | 7 | 7D | 52 | 3B |
| Octal | 77 | 354 | 114 | 111 | 0 | 104 | 7 | 175 | 122 | 73 |
| Binary | 111111 | 11101100 | 1001100 | 1001001 | 0 | 1000100 | 111 | 1111101 | 1010010 | 111011 |
Color Harmonies of #3FEC4C
Complementary color
Monochromatic Colors of #3FEC4C
Black with #3FEC4C
Text Example
Text Example
White with #3FEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEC4C; }
p { color: rgb(63,236,76); }
H1.HeaderClassName
{
color: #3FEC4C;
}
.AnyTagClassName
{
color: #3FEC4C;
}
</style>
background-color css
<style>
a { background-color: #3FEC4C; }
a { background-color: rgb(63,236,76); }
div.DivClassName
{
background-color: #3FEC4C;
}
.BgClassName
{
background-color: #3FEC4C;
}
</style>
border-color css
<style>
span { border-color: #3FEC4C; }
span { border-color: rgb(63,236,76); }
td.TdClassName
{
border-color: #3FEC4C;
}
.TagClassName
{
border-color: #3FEC4C;
}
</style>