Shades of Lime Green #3FDB41
Tints of Lime Green #3FDB41
RGB
CMYK
RGB Variations
Color information
#3FDB41 (or 0x3FDB41) is known color: Lime Green. HEX triplet: 3F, DB and 41. RGB value is (63,219,65). Sum of RGB (Red+Green+Blue) = 63+219+65=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 219 (85.94% from 255 or 63.11% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDB41 is #C024BE. Grayscale: #9B9B9B. Windows color (decimal): -12592319 or 4315967. OLE color: 4315967.
HSL color Cylindrical-coordinate representation of color #3FDB41: hue angle of 120.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 #3FDB41 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 65 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.14 |
| HSL | 120.77º | 0.68% | 0.55% | - |
| HSV(B) | 120.77º | 0.71% | 0.86% | - |
| XYZ | 28.34 | 52.1 | 13.56 | - |
| YUV | 154.8 | 77.32 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 65 | 0.71 | 0 | 0.70 | 0.14 | 120.77 | 0.68 | 0.55 |
| Hex | 3F | DB | 41 | 47 | 0 | 46 | E | 79 | 44 | 37 |
| Octal | 77 | 333 | 101 | 107 | 0 | 106 | 16 | 171 | 104 | 67 |
| Binary | 111111 | 11011011 | 1000001 | 1000111 | 0 | 1000110 | 1110 | 1111001 | 1000100 | 110111 |
Color Harmonies of #3FDB41
Complementary color
Monochromatic Colors of #3FDB41
Black with #3FDB41
Text Example
Text Example
White with #3FDB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB41; }
p { color: rgb(63,219,65); }
H1.HeaderClassName
{
color: #3FDB41;
}
.AnyTagClassName
{
color: #3FDB41;
}
</style>
background-color css
<style>
a { background-color: #3FDB41; }
a { background-color: rgb(63,219,65); }
div.DivClassName
{
background-color: #3FDB41;
}
.BgClassName
{
background-color: #3FDB41;
}
</style>
border-color css
<style>
span { border-color: #3FDB41; }
span { border-color: rgb(63,219,65); }
td.TdClassName
{
border-color: #3FDB41;
}
.TagClassName
{
border-color: #3FDB41;
}
</style>