Shades of Lime Green #3BDD19
Tints of Lime Green #3BDD19
RGB
CMYK
RGB Variations
Color information
#3BDD19 (or 0x3BDD19) is known color: Lime Green. HEX triplet: 3B, DD and 19. RGB value is (59,221,25). Sum of RGB (Red+Green+Blue) = 59+221+25=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDD19 is #C422E6. Grayscale: #969696. Windows color (decimal): -12853991 or 1695035. OLE color: 1695035.
HSL color Cylindrical-coordinate representation of color #3BDD19: hue angle of 109.59º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3BDD19 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 25 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.13 |
| HSL | 109.59º | 0.8% | 0.48% | - |
| HSV(B) | 109.59º | 0.89% | 0.87% | - |
| XYZ | 27.84 | 52.71 | 9.63 | - |
| YUV | 150.22 | 57.33 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 25 | 0.73 | 0 | 0.89 | 0.13 | 109.59 | 0.8 | 0.48 |
| Hex | 3B | DD | 19 | 49 | 0 | 59 | D | 6E | 50 | 30 |
| Octal | 73 | 335 | 31 | 111 | 0 | 131 | 15 | 156 | 120 | 60 |
| Binary | 111011 | 11011101 | 11001 | 1001001 | 0 | 1011001 | 1101 | 1101110 | 1010000 | 110000 |
Color Harmonies of #3BDD19
Complementary color
Monochromatic Colors of #3BDD19
Black with #3BDD19
Text Example
Text Example
White with #3BDD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD19; }
p { color: rgb(59,221,25); }
H1.HeaderClassName
{
color: #3BDD19;
}
.AnyTagClassName
{
color: #3BDD19;
}
</style>
background-color css
<style>
a { background-color: #3BDD19; }
a { background-color: rgb(59,221,25); }
div.DivClassName
{
background-color: #3BDD19;
}
.BgClassName
{
background-color: #3BDD19;
}
</style>
border-color css
<style>
span { border-color: #3BDD19; }
span { border-color: rgb(59,221,25); }
td.TdClassName
{
border-color: #3BDD19;
}
.TagClassName
{
border-color: #3BDD19;
}
</style>