Shades of Lime Green #3BC350
Tints of Lime Green #3BC350
RGB
CMYK
RGB Variations
Color information
#3BC350 (or 0x3BC350) is known color: Lime Green. HEX triplet: 3B, C3 and 50. RGB value is (59,195,80). Sum of RGB (Red+Green+Blue) = 59+195+80=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC350 is #C43CAF. Grayscale: #8D8D8D. Windows color (decimal): -12860592 or 5292859. OLE color: 5292859.
HSL color Cylindrical-coordinate representation of color #3BC350: hue angle of 129.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC350 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 80 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.24 |
| HSL | 129.26º | 0.54% | 0.5% | - |
| HSV(B) | 129.26º | 0.7% | 0.76% | - |
| XYZ | 22.77 | 40.54 | 14.21 | - |
| YUV | 141.23 | 93.44 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 80 | 0.70 | 0 | 0.59 | 0.24 | 129.26 | 0.54 | 0.5 |
| Hex | 3B | C3 | 50 | 46 | 0 | 3B | 18 | 81 | 36 | 32 |
| Octal | 73 | 303 | 120 | 106 | 0 | 73 | 30 | 201 | 66 | 62 |
| Binary | 111011 | 11000011 | 1010000 | 1000110 | 0 | 111011 | 11000 | 10000001 | 110110 | 110010 |
Color Harmonies of #3BC350
Complementary color
Monochromatic Colors of #3BC350
Black with #3BC350
Text Example
Text Example
White with #3BC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC350; }
p { color: rgb(59,195,80); }
H1.HeaderClassName
{
color: #3BC350;
}
.AnyTagClassName
{
color: #3BC350;
}
</style>
background-color css
<style>
a { background-color: #3BC350; }
a { background-color: rgb(59,195,80); }
div.DivClassName
{
background-color: #3BC350;
}
.BgClassName
{
background-color: #3BC350;
}
</style>
border-color css
<style>
span { border-color: #3BC350; }
span { border-color: rgb(59,195,80); }
td.TdClassName
{
border-color: #3BC350;
}
.TagClassName
{
border-color: #3BC350;
}
</style>