Shades of Lime Green #3FDB55
Tints of Lime Green #3FDB55
RGB
CMYK
RGB Variations
Color information
#3FDB55 (or 0x3FDB55) is known color: Lime Green. HEX triplet: 3F, DB and 55. RGB value is (63,219,85). Sum of RGB (Red+Green+Blue) = 63+219+85=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDB55 is #C024AA. Grayscale: #9D9D9D. Windows color (decimal): -12592299 or 5626687. OLE color: 5626687.
HSL color Cylindrical-coordinate representation of color #3FDB55: hue angle of 128.46º 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 #3FDB55 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 85 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.14 |
| HSL | 128.46º | 0.68% | 0.55% | - |
| HSV(B) | 128.46º | 0.71% | 0.86% | - |
| XYZ | 29.02 | 52.38 | 17.17 | - |
| YUV | 157.08 | 87.32 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 85 | 0.71 | 0 | 0.61 | 0.14 | 128.46 | 0.68 | 0.55 |
| Hex | 3F | DB | 55 | 47 | 0 | 3D | E | 80 | 44 | 37 |
| Octal | 77 | 333 | 125 | 107 | 0 | 75 | 16 | 200 | 104 | 67 |
| Binary | 111111 | 11011011 | 1010101 | 1000111 | 0 | 111101 | 1110 | 10000000 | 1000100 | 110111 |
Color Harmonies of #3FDB55
Complementary color
Monochromatic Colors of #3FDB55
Black with #3FDB55
Text Example
Text Example
White with #3FDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB55; }
p { color: rgb(63,219,85); }
H1.HeaderClassName
{
color: #3FDB55;
}
.AnyTagClassName
{
color: #3FDB55;
}
</style>
background-color css
<style>
a { background-color: #3FDB55; }
a { background-color: rgb(63,219,85); }
div.DivClassName
{
background-color: #3FDB55;
}
.BgClassName
{
background-color: #3FDB55;
}
</style>
border-color css
<style>
span { border-color: #3FDB55; }
span { border-color: rgb(63,219,85); }
td.TdClassName
{
border-color: #3FDB55;
}
.TagClassName
{
border-color: #3FDB55;
}
</style>