Shades of Lime Green #3BDD58
Tints of Lime Green #3BDD58
RGB
CMYK
RGB Variations
Color information
#3BDD58 (or 0x3BDD58) is known color: Lime Green. HEX triplet: 3B, DD and 58. RGB value is (59,221,88). Sum of RGB (Red+Green+Blue) = 59+221+88=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDD58 is #C422A7. Grayscale: #9D9D9D. Windows color (decimal): -12853928 or 5823803. OLE color: 5823803.
HSL color Cylindrical-coordinate representation of color #3BDD58: hue angle of 130.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDD58 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 88 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.13 |
| HSL | 130.74º | 0.7% | 0.55% | - |
| HSV(B) | 130.74º | 0.73% | 0.87% | - |
| XYZ | 29.42 | 53.35 | 17.98 | - |
| YUV | 157.4 | 88.83 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 88 | 0.73 | 0 | 0.60 | 0.13 | 130.74 | 0.7 | 0.55 |
| Hex | 3B | DD | 58 | 49 | 0 | 3C | D | 83 | 46 | 37 |
| Octal | 73 | 335 | 130 | 111 | 0 | 74 | 15 | 203 | 106 | 67 |
| Binary | 111011 | 11011101 | 1011000 | 1001001 | 0 | 111100 | 1101 | 10000011 | 1000110 | 110111 |
Color Harmonies of #3BDD58
Complementary color
Monochromatic Colors of #3BDD58
Black with #3BDD58
Text Example
Text Example
White with #3BDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD58; }
p { color: rgb(59,221,88); }
H1.HeaderClassName
{
color: #3BDD58;
}
.AnyTagClassName
{
color: #3BDD58;
}
</style>
background-color css
<style>
a { background-color: #3BDD58; }
a { background-color: rgb(59,221,88); }
div.DivClassName
{
background-color: #3BDD58;
}
.BgClassName
{
background-color: #3BDD58;
}
</style>
border-color css
<style>
span { border-color: #3BDD58; }
span { border-color: rgb(59,221,88); }
td.TdClassName
{
border-color: #3BDD58;
}
.TagClassName
{
border-color: #3BDD58;
}
</style>