Shades of Lime Green #3BC032
Tints of Lime Green #3BC032
RGB
CMYK
RGB Variations
Color information
#3BC032 (or 0x3BC032) is known color: Lime Green. HEX triplet: 3B, C0 and 32. RGB value is (59,192,50). Sum of RGB (Red+Green+Blue) = 59+192+50=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC032 is #C43FCD. Grayscale: #888888. Windows color (decimal): -12861390 or 3326011. OLE color: 3326011.
HSL color Cylindrical-coordinate representation of color #3BC032: hue angle of 116.2º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC032 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 50 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.25 |
| HSL | 116.2º | 0.59% | 0.47% | - |
| HSV(B) | 116.2º | 0.74% | 0.75% | - |
| XYZ | 21.23 | 38.86 | 9.4 | - |
| YUV | 136.05 | 79.44 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 50 | 0.69 | 0 | 0.74 | 0.25 | 116.2 | 0.59 | 0.47 |
| Hex | 3B | C0 | 32 | 45 | 0 | 4A | 19 | 74 | 3B | 2F |
| Octal | 73 | 300 | 62 | 105 | 0 | 112 | 31 | 164 | 73 | 57 |
| Binary | 111011 | 11000000 | 110010 | 1000101 | 0 | 1001010 | 11001 | 1110100 | 111011 | 101111 |
Color Harmonies of #3BC032
Complementary color
Monochromatic Colors of #3BC032
Black with #3BC032
Text Example
Text Example
White with #3BC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC032; }
p { color: rgb(59,192,50); }
H1.HeaderClassName
{
color: #3BC032;
}
.AnyTagClassName
{
color: #3BC032;
}
</style>
background-color css
<style>
a { background-color: #3BC032; }
a { background-color: rgb(59,192,50); }
div.DivClassName
{
background-color: #3BC032;
}
.BgClassName
{
background-color: #3BC032;
}
</style>
border-color css
<style>
span { border-color: #3BC032; }
span { border-color: rgb(59,192,50); }
td.TdClassName
{
border-color: #3BC032;
}
.TagClassName
{
border-color: #3BC032;
}
</style>