Shades of Lime Green #3BDC21
Tints of Lime Green #3BDC21
RGB
CMYK
RGB Variations
Color information
#3BDC21 (or 0x3BDC21) is known color: Lime Green. HEX triplet: 3B, DC and 21. RGB value is (59,220,33). Sum of RGB (Red+Green+Blue) = 59+220+33=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC21 is #C423DE. Grayscale: #979797. Windows color (decimal): -12854239 or 2219067. OLE color: 2219067.
HSL color Cylindrical-coordinate representation of color #3BDC21: hue angle of 111.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3BDC21 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 33 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.14 |
| HSL | 111.66º | 0.74% | 0.5% | - |
| HSV(B) | 111.66º | 0.85% | 0.86% | - |
| XYZ | 27.67 | 52.23 | 10.06 | - |
| YUV | 150.54 | 61.66 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 33 | 0.73 | 0 | 0.85 | 0.14 | 111.66 | 0.74 | 0.5 |
| Hex | 3B | DC | 21 | 49 | 0 | 55 | E | 70 | 4A | 32 |
| Octal | 73 | 334 | 41 | 111 | 0 | 125 | 16 | 160 | 112 | 62 |
| Binary | 111011 | 11011100 | 100001 | 1001001 | 0 | 1010101 | 1110 | 1110000 | 1001010 | 110010 |
Color Harmonies of #3BDC21
Complementary color
Monochromatic Colors of #3BDC21
Black with #3BDC21
Text Example
Text Example
White with #3BDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC21; }
p { color: rgb(59,220,33); }
H1.HeaderClassName
{
color: #3BDC21;
}
.AnyTagClassName
{
color: #3BDC21;
}
</style>
background-color css
<style>
a { background-color: #3BDC21; }
a { background-color: rgb(59,220,33); }
div.DivClassName
{
background-color: #3BDC21;
}
.BgClassName
{
background-color: #3BDC21;
}
</style>
border-color css
<style>
span { border-color: #3BDC21; }
span { border-color: rgb(59,220,33); }
td.TdClassName
{
border-color: #3BDC21;
}
.TagClassName
{
border-color: #3BDC21;
}
</style>