Shades of Lime Green #3BDD14
Tints of Lime Green #3BDD14
RGB
CMYK
RGB Variations
Color information
#3BDD14 (or 0x3BDD14) is known color: Lime Green. HEX triplet: 3B, DD and 14. RGB value is (59,221,20). Sum of RGB (Red+Green+Blue) = 59+221+20=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 221 (86.72% from 255 or 73.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDD14 is #C422EB. Grayscale: #969696. Windows color (decimal): -12853996 or 1367355. OLE color: 1367355.
HSL color Cylindrical-coordinate representation of color #3BDD14: hue angle of 108.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3BDD14 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 20 | - |
| CMYK | 0.73 | 0 | 0.91 | 0.13 |
| HSL | 108.36º | 0.83% | 0.47% | - |
| HSV(B) | 108.36º | 0.91% | 0.87% | - |
| XYZ | 27.79 | 52.69 | 9.37 | - |
| YUV | 149.65 | 54.83 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 20 | 0.73 | 0 | 0.91 | 0.13 | 108.36 | 0.83 | 0.47 |
| Hex | 3B | DD | 14 | 49 | 0 | 5B | D | 6C | 53 | 2F |
| Octal | 73 | 335 | 24 | 111 | 0 | 133 | 15 | 154 | 123 | 57 |
| Binary | 111011 | 11011101 | 10100 | 1001001 | 0 | 1011011 | 1101 | 1101100 | 1010011 | 101111 |
Color Harmonies of #3BDD14
Complementary color
Monochromatic Colors of #3BDD14
Black with #3BDD14
Text Example
Text Example
White with #3BDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD14; }
p { color: rgb(59,221,20); }
H1.HeaderClassName
{
color: #3BDD14;
}
.AnyTagClassName
{
color: #3BDD14;
}
</style>
background-color css
<style>
a { background-color: #3BDD14; }
a { background-color: rgb(59,221,20); }
div.DivClassName
{
background-color: #3BDD14;
}
.BgClassName
{
background-color: #3BDD14;
}
</style>
border-color css
<style>
span { border-color: #3BDD14; }
span { border-color: rgb(59,221,20); }
td.TdClassName
{
border-color: #3BDD14;
}
.TagClassName
{
border-color: #3BDD14;
}
</style>