Shades of Lime Green #3FD836
Tints of Lime Green #3FD836
RGB
CMYK
RGB Variations
Color information
#3FD836 (or 0x3FD836) is known color: Lime Green. HEX triplet: 3F, D8 and 36. RGB value is (63,216,54). Sum of RGB (Red+Green+Blue) = 63+216+54=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #3FD836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD836 is #C027C9. Grayscale: #989898. Windows color (decimal): -12593098 or 3594303. OLE color: 3594303.
HSL color Cylindrical-coordinate representation of color #3FD836: hue angle of 116.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FD836 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 216 | 54 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.15 |
| HSL | 116.67º | 0.68% | 0.53% | - |
| HSV(B) | 116.67º | 0.75% | 0.85% | - |
| XYZ | 27.27 | 50.43 | 11.79 | - |
| YUV | 151.79 | 72.81 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 216 | 54 | 0.71 | 0 | 0.75 | 0.15 | 116.67 | 0.68 | 0.53 |
| Hex | 3F | D8 | 36 | 47 | 0 | 4B | F | 75 | 44 | 35 |
| Octal | 77 | 330 | 66 | 107 | 0 | 113 | 17 | 165 | 104 | 65 |
| Binary | 111111 | 11011000 | 110110 | 1000111 | 0 | 1001011 | 1111 | 1110101 | 1000100 | 110101 |
Color Harmonies of #3FD836
Complementary color
Monochromatic Colors of #3FD836
Black with #3FD836
Text Example
Text Example
White with #3FD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD836; }
p { color: rgb(63,216,54); }
H1.HeaderClassName
{
color: #3FD836;
}
.AnyTagClassName
{
color: #3FD836;
}
</style>
background-color css
<style>
a { background-color: #3FD836; }
a { background-color: rgb(63,216,54); }
div.DivClassName
{
background-color: #3FD836;
}
.BgClassName
{
background-color: #3FD836;
}
</style>
border-color css
<style>
span { border-color: #3FD836; }
span { border-color: rgb(63,216,54); }
td.TdClassName
{
border-color: #3FD836;
}
.TagClassName
{
border-color: #3FD836;
}
</style>