Shades of Lime Green #3FDB38
Tints of Lime Green #3FDB38
RGB
CMYK
RGB Variations
Color information
#3FDB38 (or 0x3FDB38) is known color: Lime Green. HEX triplet: 3F, DB and 38. RGB value is (63,219,56). Sum of RGB (Red+Green+Blue) = 63+219+56=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDB38 is #C024C7. Grayscale: #9A9A9A. Windows color (decimal): -12592328 or 3726143. OLE color: 3726143.
HSL color Cylindrical-coordinate representation of color #3FDB38: hue angle of 117.42º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FDB38 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 56 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.14 |
| HSL | 117.42º | 0.69% | 0.54% | - |
| HSV(B) | 117.42º | 0.74% | 0.86% | - |
| XYZ | 28.1 | 52.01 | 12.3 | - |
| YUV | 153.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 56 | 0.71 | 0 | 0.74 | 0.14 | 117.42 | 0.69 | 0.54 |
| Hex | 3F | DB | 38 | 47 | 0 | 4A | E | 75 | 45 | 36 |
| Octal | 77 | 333 | 70 | 107 | 0 | 112 | 16 | 165 | 105 | 66 |
| Binary | 111111 | 11011011 | 111000 | 1000111 | 0 | 1001010 | 1110 | 1110101 | 1000101 | 110110 |
Color Harmonies of #3FDB38
Complementary color
Monochromatic Colors of #3FDB38
Black with #3FDB38
Text Example
Text Example
White with #3FDB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB38; }
p { color: rgb(63,219,56); }
H1.HeaderClassName
{
color: #3FDB38;
}
.AnyTagClassName
{
color: #3FDB38;
}
</style>
background-color css
<style>
a { background-color: #3FDB38; }
a { background-color: rgb(63,219,56); }
div.DivClassName
{
background-color: #3FDB38;
}
.BgClassName
{
background-color: #3FDB38;
}
</style>
border-color css
<style>
span { border-color: #3FDB38; }
span { border-color: rgb(63,219,56); }
td.TdClassName
{
border-color: #3FDB38;
}
.TagClassName
{
border-color: #3FDB38;
}
</style>