Shades of Lime Green #3FD84A
Tints of Lime Green #3FD84A
RGB
CMYK
RGB Variations
Color information
#3FD84A (or 0x3FD84A) is known color: Lime Green. HEX triplet: 3F, D8 and 4A. RGB value is (63,216,74). Sum of RGB (Red+Green+Blue) = 63+216+74=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD84A is #C027B5. Grayscale: #9A9A9A. Windows color (decimal): -12593078 or 4905023. OLE color: 4905023.
HSL color Cylindrical-coordinate representation of color #3FD84A: hue angle of 124.31º degrees, saturation: 0.66, 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 #3FD84A is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 216 | 74 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.15 |
| HSL | 124.31º | 0.66% | 0.55% | - |
| HSV(B) | 124.31º | 0.71% | 0.85% | - |
| XYZ | 27.84 | 50.66 | 14.79 | - |
| YUV | 154.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 74 | 0.71 | 0 | 0.66 | 0.15 | 124.31 | 0.66 | 0.55 |
| Hex | 3F | D8 | 4A | 47 | 0 | 42 | F | 7C | 42 | 37 |
| Octal | 77 | 330 | 112 | 107 | 0 | 102 | 17 | 174 | 102 | 67 |
| Binary | 111111 | 11011000 | 1001010 | 1000111 | 0 | 1000010 | 1111 | 1111100 | 1000010 | 110111 |
Color Harmonies of #3FD84A
Complementary color
Monochromatic Colors of #3FD84A
Black with #3FD84A
Text Example
Text Example
White with #3FD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD84A; }
p { color: rgb(63,216,74); }
H1.HeaderClassName
{
color: #3FD84A;
}
.AnyTagClassName
{
color: #3FD84A;
}
</style>
background-color css
<style>
a { background-color: #3FD84A; }
a { background-color: rgb(63,216,74); }
div.DivClassName
{
background-color: #3FD84A;
}
.BgClassName
{
background-color: #3FD84A;
}
</style>
border-color css
<style>
span { border-color: #3FD84A; }
span { border-color: rgb(63,216,74); }
td.TdClassName
{
border-color: #3FD84A;
}
.TagClassName
{
border-color: #3FD84A;
}
</style>