Shades of Lime Green #3BDB15
Tints of Lime Green #3BDB15
RGB
CMYK
RGB Variations
Color information
#3BDB15 (or 0x3BDB15) is known color: Lime Green. HEX triplet: 3B, DB and 15. RGB value is (59,219,21). Sum of RGB (Red+Green+Blue) = 59+219+21=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 219 (85.94% from 255 or 73.24% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDB15 is #C424EA. Grayscale: #959595. Windows color (decimal): -12854507 or 1432379. OLE color: 1432379.
HSL color Cylindrical-coordinate representation of color #3BDB15: hue angle of 108.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BDB15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 21 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.14 |
| HSL | 108.48º | 0.83% | 0.47% | - |
| HSV(B) | 108.48º | 0.9% | 0.86% | - |
| XYZ | 27.27 | 51.65 | 9.24 | - |
| YUV | 148.59 | 55.99 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 21 | 0.73 | 0 | 0.90 | 0.14 | 108.48 | 0.83 | 0.47 |
| Hex | 3B | DB | 15 | 49 | 0 | 5A | E | 6C | 52 | 2F |
| Octal | 73 | 333 | 25 | 111 | 0 | 132 | 16 | 154 | 122 | 57 |
| Binary | 111011 | 11011011 | 10101 | 1001001 | 0 | 1011010 | 1110 | 1101100 | 1010010 | 101111 |
Color Harmonies of #3BDB15
Complementary color
Monochromatic Colors of #3BDB15
Black with #3BDB15
Text Example
Text Example
White with #3BDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDB15; }
p { color: rgb(59,219,21); }
H1.HeaderClassName
{
color: #3BDB15;
}
.AnyTagClassName
{
color: #3BDB15;
}
</style>
background-color css
<style>
a { background-color: #3BDB15; }
a { background-color: rgb(59,219,21); }
div.DivClassName
{
background-color: #3BDB15;
}
.BgClassName
{
background-color: #3BDB15;
}
</style>
border-color css
<style>
span { border-color: #3BDB15; }
span { border-color: rgb(59,219,21); }
td.TdClassName
{
border-color: #3BDB15;
}
.TagClassName
{
border-color: #3BDB15;
}
</style>