Shades of Lime Green #3FDB4E
Tints of Lime Green #3FDB4E
RGB
CMYK
RGB Variations
Color information
#3FDB4E (or 0x3FDB4E) is known color: Lime Green. HEX triplet: 3F, DB and 4E. RGB value is (63,219,78). Sum of RGB (Red+Green+Blue) = 63+219+78=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDB4E is #C024B1. Grayscale: #9C9C9C. Windows color (decimal): -12592306 or 5167935. OLE color: 5167935.
HSL color Cylindrical-coordinate representation of color #3FDB4E: hue angle of 125.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDB4E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 78 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.14 |
| HSL | 125.77º | 0.68% | 0.55% | - |
| HSV(B) | 125.77º | 0.71% | 0.86% | - |
| XYZ | 28.76 | 52.27 | 15.78 | - |
| YUV | 156.28 | 83.82 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 78 | 0.71 | 0 | 0.64 | 0.14 | 125.77 | 0.68 | 0.55 |
| Hex | 3F | DB | 4E | 47 | 0 | 40 | E | 7E | 44 | 37 |
| Octal | 77 | 333 | 116 | 107 | 0 | 100 | 16 | 176 | 104 | 67 |
| Binary | 111111 | 11011011 | 1001110 | 1000111 | 0 | 1000000 | 1110 | 1111110 | 1000100 | 110111 |
Color Harmonies of #3FDB4E
Complementary color
Monochromatic Colors of #3FDB4E
Black with #3FDB4E
Text Example
Text Example
White with #3FDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB4E; }
p { color: rgb(63,219,78); }
H1.HeaderClassName
{
color: #3FDB4E;
}
.AnyTagClassName
{
color: #3FDB4E;
}
</style>
background-color css
<style>
a { background-color: #3FDB4E; }
a { background-color: rgb(63,219,78); }
div.DivClassName
{
background-color: #3FDB4E;
}
.BgClassName
{
background-color: #3FDB4E;
}
</style>
border-color css
<style>
span { border-color: #3FDB4E; }
span { border-color: rgb(63,219,78); }
td.TdClassName
{
border-color: #3FDB4E;
}
.TagClassName
{
border-color: #3FDB4E;
}
</style>