Shades of Lime Green #3FD744
Tints of Lime Green #3FD744
RGB
CMYK
RGB Variations
Color information
#3FD744 (or 0x3FD744) is known color: Lime Green. HEX triplet: 3F, D7 and 44. RGB value is (63,215,68). Sum of RGB (Red+Green+Blue) = 63+215+68=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 215 (84.38% from 255 or 62.14% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD744 is #C028BB. Grayscale: #999999. Windows color (decimal): -12593340 or 4511551. OLE color: 4511551.
HSL color Cylindrical-coordinate representation of color #3FD744: hue angle of 121.97º 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 #3FD744 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 68 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.16 |
| HSL | 121.97º | 0.66% | 0.55% | - |
| HSV(B) | 121.97º | 0.71% | 0.84% | - |
| XYZ | 27.39 | 50.07 | 13.69 | - |
| YUV | 152.79 | 80.14 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 68 | 0.71 | 0 | 0.68 | 0.16 | 121.97 | 0.66 | 0.55 |
| Hex | 3F | D7 | 44 | 47 | 0 | 44 | 10 | 7A | 42 | 37 |
| Octal | 77 | 327 | 104 | 107 | 0 | 104 | 20 | 172 | 102 | 67 |
| Binary | 111111 | 11010111 | 1000100 | 1000111 | 0 | 1000100 | 10000 | 1111010 | 1000010 | 110111 |
Color Harmonies of #3FD744
Complementary color
Monochromatic Colors of #3FD744
Black with #3FD744
Text Example
Text Example
White with #3FD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD744; }
p { color: rgb(63,215,68); }
H1.HeaderClassName
{
color: #3FD744;
}
.AnyTagClassName
{
color: #3FD744;
}
</style>
background-color css
<style>
a { background-color: #3FD744; }
a { background-color: rgb(63,215,68); }
div.DivClassName
{
background-color: #3FD744;
}
.BgClassName
{
background-color: #3FD744;
}
</style>
border-color css
<style>
span { border-color: #3FD744; }
span { border-color: rgb(63,215,68); }
td.TdClassName
{
border-color: #3FD744;
}
.TagClassName
{
border-color: #3FD744;
}
</style>