Shades of Lime Green #3BDD15
Tints of Lime Green #3BDD15
RGB
CMYK
RGB Variations
Color information
#3BDD15 (or 0x3BDD15) is known color: Lime Green. HEX triplet: 3B, DD and 15. RGB value is (59,221,21). Sum of RGB (Red+Green+Blue) = 59+221+21=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 221 (86.72% from 255 or 73.42% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDD15 is #C422EA. Grayscale: #969696. Windows color (decimal): -12853995 or 1432891. OLE color: 1432891.
HSL color Cylindrical-coordinate representation of color #3BDD15: hue angle of 108.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BDD15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 21 | - |
| CMYK | 0.73 | 0 | 0.90 | 0.13 |
| HSL | 108.6º | 0.83% | 0.47% | - |
| HSV(B) | 108.6º | 0.9% | 0.87% | - |
| XYZ | 27.8 | 52.7 | 9.42 | - |
| YUV | 149.76 | 55.33 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 21 | 0.73 | 0 | 0.90 | 0.13 | 108.6 | 0.83 | 0.47 |
| Hex | 3B | DD | 15 | 49 | 0 | 5A | D | 6D | 53 | 2F |
| Octal | 73 | 335 | 25 | 111 | 0 | 132 | 15 | 155 | 123 | 57 |
| Binary | 111011 | 11011101 | 10101 | 1001001 | 0 | 1011010 | 1101 | 1101101 | 1010011 | 101111 |
Color Harmonies of #3BDD15
Complementary color
Monochromatic Colors of #3BDD15
Black with #3BDD15
Text Example
Text Example
White with #3BDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD15; }
p { color: rgb(59,221,21); }
H1.HeaderClassName
{
color: #3BDD15;
}
.AnyTagClassName
{
color: #3BDD15;
}
</style>
background-color css
<style>
a { background-color: #3BDD15; }
a { background-color: rgb(59,221,21); }
div.DivClassName
{
background-color: #3BDD15;
}
.BgClassName
{
background-color: #3BDD15;
}
</style>
border-color css
<style>
span { border-color: #3BDD15; }
span { border-color: rgb(59,221,21); }
td.TdClassName
{
border-color: #3BDD15;
}
.TagClassName
{
border-color: #3BDD15;
}
</style>