Shades of Lime Green #3FD04A
Tints of Lime Green #3FD04A
RGB
CMYK
RGB Variations
Color information
#3FD04A (or 0x3FD04A) is known color: Lime Green. HEX triplet: 3F, D0 and 4A. RGB value is (63,208,74). Sum of RGB (Red+Green+Blue) = 63+208+74=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD04A is #C02FB5. Grayscale: #959595. Windows color (decimal): -12595126 or 4902975. OLE color: 4902975.
HSL color Cylindrical-coordinate representation of color #3FD04A: hue angle of 124.55º 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 #3FD04A is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 74 | - |
| CMYK | 0.70 | 0 | 0.64 | 0.18 |
| HSL | 124.55º | 0.61% | 0.53% | - |
| HSV(B) | 124.55º | 0.7% | 0.82% | - |
| XYZ | 25.84 | 46.66 | 14.12 | - |
| YUV | 149.37 | 85.46 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 74 | 0.70 | 0 | 0.64 | 0.18 | 124.55 | 0.61 | 0.53 |
| Hex | 3F | D0 | 4A | 46 | 0 | 40 | 12 | 7D | 3D | 35 |
| Octal | 77 | 320 | 112 | 106 | 0 | 100 | 22 | 175 | 75 | 65 |
| Binary | 111111 | 11010000 | 1001010 | 1000110 | 0 | 1000000 | 10010 | 1111101 | 111101 | 110101 |
Color Harmonies of #3FD04A
Complementary color
Monochromatic Colors of #3FD04A
Black with #3FD04A
Text Example
Text Example
White with #3FD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD04A; }
p { color: rgb(63,208,74); }
H1.HeaderClassName
{
color: #3FD04A;
}
.AnyTagClassName
{
color: #3FD04A;
}
</style>
background-color css
<style>
a { background-color: #3FD04A; }
a { background-color: rgb(63,208,74); }
div.DivClassName
{
background-color: #3FD04A;
}
.BgClassName
{
background-color: #3FD04A;
}
</style>
border-color css
<style>
span { border-color: #3FD04A; }
span { border-color: rgb(63,208,74); }
td.TdClassName
{
border-color: #3FD04A;
}
.TagClassName
{
border-color: #3FD04A;
}
</style>