Shades of Lime Green #3FDB3B
Tints of Lime Green #3FDB3B
RGB
CMYK
RGB Variations
Color information
#3FDB3B (or 0x3FDB3B) is known color: Lime Green. HEX triplet: 3F, DB and 3B. RGB value is (63,219,59). Sum of RGB (Red+Green+Blue) = 63+219+59=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDB3B is #C024C4. Grayscale: #9A9A9A. Windows color (decimal): -12592325 or 3922751. OLE color: 3922751.
HSL color Cylindrical-coordinate representation of color #3FDB3B: hue angle of 118.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDB3B is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 59 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.14 |
| HSL | 118.5º | 0.69% | 0.55% | - |
| HSV(B) | 118.5º | 0.73% | 0.86% | - |
| XYZ | 28.17 | 52.04 | 12.7 | - |
| YUV | 154.12 | 74.32 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 59 | 0.71 | 0 | 0.73 | 0.14 | 118.5 | 0.69 | 0.55 |
| Hex | 3F | DB | 3B | 47 | 0 | 49 | E | 76 | 45 | 37 |
| Octal | 77 | 333 | 73 | 107 | 0 | 111 | 16 | 166 | 105 | 67 |
| Binary | 111111 | 11011011 | 111011 | 1000111 | 0 | 1001001 | 1110 | 1110110 | 1000101 | 110111 |
Color Harmonies of #3FDB3B
Complementary color
Monochromatic Colors of #3FDB3B
Black with #3FDB3B
Text Example
Text Example
White with #3FDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB3B; }
p { color: rgb(63,219,59); }
H1.HeaderClassName
{
color: #3FDB3B;
}
.AnyTagClassName
{
color: #3FDB3B;
}
</style>
background-color css
<style>
a { background-color: #3FDB3B; }
a { background-color: rgb(63,219,59); }
div.DivClassName
{
background-color: #3FDB3B;
}
.BgClassName
{
background-color: #3FDB3B;
}
</style>
border-color css
<style>
span { border-color: #3FDB3B; }
span { border-color: rgb(63,219,59); }
td.TdClassName
{
border-color: #3FDB3B;
}
.TagClassName
{
border-color: #3FDB3B;
}
</style>