Shades of Lime Green #3FD748
Tints of Lime Green #3FD748
RGB
CMYK
RGB Variations
Color information
#3FD748 (or 0x3FD748) is known color: Lime Green. HEX triplet: 3F, D7 and 48. RGB value is (63,215,72). Sum of RGB (Red+Green+Blue) = 63+215+72=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD748 is #C028B7. Grayscale: #999999. Windows color (decimal): -12593336 or 4773695. OLE color: 4773695.
HSL color Cylindrical-coordinate representation of color #3FD748: hue angle of 123.55º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD748 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 72 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.16 |
| HSL | 123.55º | 0.66% | 0.55% | - |
| HSV(B) | 123.55º | 0.71% | 0.84% | - |
| XYZ | 27.52 | 50.13 | 14.36 | - |
| YUV | 153.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 72 | 0.71 | 0 | 0.67 | 0.16 | 123.55 | 0.66 | 0.55 |
| Hex | 3F | D7 | 48 | 47 | 0 | 43 | 10 | 7C | 42 | 37 |
| Octal | 77 | 327 | 110 | 107 | 0 | 103 | 20 | 174 | 102 | 67 |
| Binary | 111111 | 11010111 | 1001000 | 1000111 | 0 | 1000011 | 10000 | 1111100 | 1000010 | 110111 |
Color Harmonies of #3FD748
Complementary color
Monochromatic Colors of #3FD748
Black with #3FD748
Text Example
Text Example
White with #3FD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD748; }
p { color: rgb(63,215,72); }
H1.HeaderClassName
{
color: #3FD748;
}
.AnyTagClassName
{
color: #3FD748;
}
</style>
background-color css
<style>
a { background-color: #3FD748; }
a { background-color: rgb(63,215,72); }
div.DivClassName
{
background-color: #3FD748;
}
.BgClassName
{
background-color: #3FD748;
}
</style>
border-color css
<style>
span { border-color: #3FD748; }
span { border-color: rgb(63,215,72); }
td.TdClassName
{
border-color: #3FD748;
}
.TagClassName
{
border-color: #3FD748;
}
</style>