Shades of Lime Green #3FD04C
Tints of Lime Green #3FD04C
RGB
CMYK
RGB Variations
Color information
#3FD04C (or 0x3FD04C) is known color: Lime Green. HEX triplet: 3F, D0 and 4C. RGB value is (63,208,76). Sum of RGB (Red+Green+Blue) = 63+208+76=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 208 (81.64% from 255 or 59.94% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD04C is #C02FB3. Grayscale: #959595. Windows color (decimal): -12595124 or 5034047. OLE color: 5034047.
HSL color Cylindrical-coordinate representation of color #3FD04C: hue angle of 125.38º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD04C is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 76 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.18 |
| HSL | 125.38º | 0.61% | 0.53% | - |
| HSV(B) | 125.38º | 0.7% | 0.82% | - |
| XYZ | 25.91 | 46.69 | 14.48 | - |
| YUV | 149.6 | 86.46 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 76 | 0.70 | 0 | 0.63 | 0.18 | 125.38 | 0.61 | 0.53 |
| Hex | 3F | D0 | 4C | 46 | 0 | 3F | 12 | 7D | 3D | 35 |
| Octal | 77 | 320 | 114 | 106 | 0 | 77 | 22 | 175 | 75 | 65 |
| Binary | 111111 | 11010000 | 1001100 | 1000110 | 0 | 111111 | 10010 | 1111101 | 111101 | 110101 |
Color Harmonies of #3FD04C
Complementary color
Monochromatic Colors of #3FD04C
Black with #3FD04C
Text Example
Text Example
White with #3FD04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD04C; }
p { color: rgb(63,208,76); }
H1.HeaderClassName
{
color: #3FD04C;
}
.AnyTagClassName
{
color: #3FD04C;
}
</style>
background-color css
<style>
a { background-color: #3FD04C; }
a { background-color: rgb(63,208,76); }
div.DivClassName
{
background-color: #3FD04C;
}
.BgClassName
{
background-color: #3FD04C;
}
</style>
border-color css
<style>
span { border-color: #3FD04C; }
span { border-color: rgb(63,208,76); }
td.TdClassName
{
border-color: #3FD04C;
}
.TagClassName
{
border-color: #3FD04C;
}
</style>