Shades of Lime Green #3FDA47
Tints of Lime Green #3FDA47
RGB
CMYK
RGB Variations
Color information
#3FDA47 (or 0x3FDA47) is known color: Lime Green. HEX triplet: 3F, DA and 47. RGB value is (63,218,71). Sum of RGB (Red+Green+Blue) = 63+218+71=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 218 (85.55% from 255 or 61.93% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDA47 is #C025B8. Grayscale: #9B9B9B. Windows color (decimal): -12592569 or 4708927. OLE color: 4708927.
HSL color Cylindrical-coordinate representation of color #3FDA47: hue angle of 123.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDA47 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 71 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.15 |
| HSL | 123.1º | 0.68% | 0.55% | - |
| HSV(B) | 123.1º | 0.71% | 0.85% | - |
| XYZ | 28.26 | 51.65 | 14.44 | - |
| YUV | 154.9 | 80.65 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 71 | 0.71 | 0 | 0.67 | 0.15 | 123.1 | 0.68 | 0.55 |
| Hex | 3F | DA | 47 | 47 | 0 | 43 | F | 7B | 44 | 37 |
| Octal | 77 | 332 | 107 | 107 | 0 | 103 | 17 | 173 | 104 | 67 |
| Binary | 111111 | 11011010 | 1000111 | 1000111 | 0 | 1000011 | 1111 | 1111011 | 1000100 | 110111 |
Color Harmonies of #3FDA47
Complementary color
Monochromatic Colors of #3FDA47
Black with #3FDA47
Text Example
Text Example
White with #3FDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA47; }
p { color: rgb(63,218,71); }
H1.HeaderClassName
{
color: #3FDA47;
}
.AnyTagClassName
{
color: #3FDA47;
}
</style>
background-color css
<style>
a { background-color: #3FDA47; }
a { background-color: rgb(63,218,71); }
div.DivClassName
{
background-color: #3FDA47;
}
.BgClassName
{
background-color: #3FDA47;
}
</style>
border-color css
<style>
span { border-color: #3FDA47; }
span { border-color: rgb(63,218,71); }
td.TdClassName
{
border-color: #3FDA47;
}
.TagClassName
{
border-color: #3FDA47;
}
</style>