Shades of Lime Green #3BDB37
Tints of Lime Green #3BDB37
RGB
CMYK
RGB Variations
Color information
#3BDB37 (or 0x3BDB37) is known color: Lime Green. HEX triplet: 3B, DB and 37. RGB value is (59,219,55). Sum of RGB (Red+Green+Blue) = 59+219+55=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #3BDB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDB37 is #C424C8. Grayscale: #989898. Windows color (decimal): -12854473 or 3660603. OLE color: 3660603.
HSL color Cylindrical-coordinate representation of color #3BDB37: hue angle of 118.54º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDB37 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 219 | 55 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.14 |
| HSL | 118.54º | 0.69% | 0.54% | - |
| HSV(B) | 118.54º | 0.75% | 0.86% | - |
| XYZ | 27.82 | 51.87 | 12.16 | - |
| YUV | 152.46 | 72.99 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 55 | 0.73 | 0 | 0.75 | 0.14 | 118.54 | 0.69 | 0.54 |
| Hex | 3B | DB | 37 | 49 | 0 | 4B | E | 77 | 45 | 36 |
| Octal | 73 | 333 | 67 | 111 | 0 | 113 | 16 | 167 | 105 | 66 |
| Binary | 111011 | 11011011 | 110111 | 1001001 | 0 | 1001011 | 1110 | 1110111 | 1000101 | 110110 |
Color Harmonies of #3BDB37
Complementary color
Monochromatic Colors of #3BDB37
Black with #3BDB37
Text Example
Text Example
White with #3BDB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDB37; }
p { color: rgb(59,219,55); }
H1.HeaderClassName
{
color: #3BDB37;
}
.AnyTagClassName
{
color: #3BDB37;
}
</style>
background-color css
<style>
a { background-color: #3BDB37; }
a { background-color: rgb(59,219,55); }
div.DivClassName
{
background-color: #3BDB37;
}
.BgClassName
{
background-color: #3BDB37;
}
</style>
border-color css
<style>
span { border-color: #3BDB37; }
span { border-color: rgb(59,219,55); }
td.TdClassName
{
border-color: #3BDB37;
}
.TagClassName
{
border-color: #3BDB37;
}
</style>