Shades of Lime Green #3BDC32
Tints of Lime Green #3BDC32
RGB
CMYK
RGB Variations
Color information
#3BDC32 (or 0x3BDC32) is known color: Lime Green. HEX triplet: 3B, DC and 32. RGB value is (59,220,50). Sum of RGB (Red+Green+Blue) = 59+220+50=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC32 is #C423CD. Grayscale: #989898. Windows color (decimal): -12854222 or 3333179. OLE color: 3333179.
HSL color Cylindrical-coordinate representation of color #3BDC32: hue angle of 116.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BDC32 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 50 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.14 |
| HSL | 116.82º | 0.71% | 0.53% | - |
| HSV(B) | 116.82º | 0.77% | 0.86% | - |
| XYZ | 27.97 | 52.35 | 11.65 | - |
| YUV | 152.48 | 70.16 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 50 | 0.73 | 0 | 0.77 | 0.14 | 116.82 | 0.71 | 0.53 |
| Hex | 3B | DC | 32 | 49 | 0 | 4D | E | 75 | 47 | 35 |
| Octal | 73 | 334 | 62 | 111 | 0 | 115 | 16 | 165 | 107 | 65 |
| Binary | 111011 | 11011100 | 110010 | 1001001 | 0 | 1001101 | 1110 | 1110101 | 1000111 | 110101 |
Color Harmonies of #3BDC32
Complementary color
Monochromatic Colors of #3BDC32
Black with #3BDC32
Text Example
Text Example
White with #3BDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC32; }
p { color: rgb(59,220,50); }
H1.HeaderClassName
{
color: #3BDC32;
}
.AnyTagClassName
{
color: #3BDC32;
}
</style>
background-color css
<style>
a { background-color: #3BDC32; }
a { background-color: rgb(59,220,50); }
div.DivClassName
{
background-color: #3BDC32;
}
.BgClassName
{
background-color: #3BDC32;
}
</style>
border-color css
<style>
span { border-color: #3BDC32; }
span { border-color: rgb(59,220,50); }
td.TdClassName
{
border-color: #3BDC32;
}
.TagClassName
{
border-color: #3BDC32;
}
</style>