Shades of Lime Green #3FDE36
Tints of Lime Green #3FDE36
RGB
CMYK
RGB Variations
Color information
#3FDE36 (or 0x3FDE36) is known color: Lime Green. HEX triplet: 3F, DE and 36. RGB value is (63,222,54). Sum of RGB (Red+Green+Blue) = 63+222+54=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 222 (87.11% from 255 or 65.49% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDE36 is #C021C9. Grayscale: #9B9B9B. Windows color (decimal): -12591562 or 3595839. OLE color: 3595839.
HSL color Cylindrical-coordinate representation of color #3FDE36: hue angle of 116.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FDE36 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 54 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.13 |
| HSL | 116.79º | 0.72% | 0.54% | - |
| HSV(B) | 116.79º | 0.76% | 0.87% | - |
| XYZ | 28.84 | 53.57 | 12.31 | - |
| YUV | 155.31 | 70.82 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 54 | 0.72 | 0 | 0.76 | 0.13 | 116.79 | 0.72 | 0.54 |
| Hex | 3F | DE | 36 | 48 | 0 | 4C | D | 75 | 48 | 36 |
| Octal | 77 | 336 | 66 | 110 | 0 | 114 | 15 | 165 | 110 | 66 |
| Binary | 111111 | 11011110 | 110110 | 1001000 | 0 | 1001100 | 1101 | 1110101 | 1001000 | 110110 |
Color Harmonies of #3FDE36
Complementary color
Monochromatic Colors of #3FDE36
Black with #3FDE36
Text Example
Text Example
White with #3FDE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDE36; }
p { color: rgb(63,222,54); }
H1.HeaderClassName
{
color: #3FDE36;
}
.AnyTagClassName
{
color: #3FDE36;
}
</style>
background-color css
<style>
a { background-color: #3FDE36; }
a { background-color: rgb(63,222,54); }
div.DivClassName
{
background-color: #3FDE36;
}
.BgClassName
{
background-color: #3FDE36;
}
</style>
border-color css
<style>
span { border-color: #3FDE36; }
span { border-color: rgb(63,222,54); }
td.TdClassName
{
border-color: #3FDE36;
}
.TagClassName
{
border-color: #3FDE36;
}
</style>