Shades of Lime Green #3BC34E
Tints of Lime Green #3BC34E
RGB
CMYK
RGB Variations
Color information
#3BC34E (or 0x3BC34E) is known color: Lime Green. HEX triplet: 3B, C3 and 4E. RGB value is (59,195,78). Sum of RGB (Red+Green+Blue) = 59+195+78=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC34E is #C43CB1. Grayscale: #8D8D8D. Windows color (decimal): -12860594 or 5161787. OLE color: 5161787.
HSL color Cylindrical-coordinate representation of color #3BC34E: hue angle of 128.38º 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 #3BC34E is Cyan = 0.70, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 78 | - |
| CMYK | 0.70 | 0 | 0.6 | 0.24 |
| HSL | 128.38º | 0.54% | 0.5% | - |
| HSV(B) | 128.38º | 0.7% | 0.76% | - |
| XYZ | 22.69 | 40.51 | 13.83 | - |
| YUV | 141 | 92.44 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 78 | 0.70 | 0 | 0.6 | 0.24 | 128.38 | 0.54 | 0.5 |
| Hex | 3B | C3 | 4E | 46 | 0 | 3C | 18 | 80 | 36 | 32 |
| Octal | 73 | 303 | 116 | 106 | 0 | 74 | 30 | 200 | 66 | 62 |
| Binary | 111011 | 11000011 | 1001110 | 1000110 | 0 | 111100 | 11000 | 10000000 | 110110 | 110010 |
Color Harmonies of #3BC34E
Complementary color
Monochromatic Colors of #3BC34E
Black with #3BC34E
Text Example
Text Example
White with #3BC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC34E; }
p { color: rgb(59,195,78); }
H1.HeaderClassName
{
color: #3BC34E;
}
.AnyTagClassName
{
color: #3BC34E;
}
</style>
background-color css
<style>
a { background-color: #3BC34E; }
a { background-color: rgb(59,195,78); }
div.DivClassName
{
background-color: #3BC34E;
}
.BgClassName
{
background-color: #3BC34E;
}
</style>
border-color css
<style>
span { border-color: #3BC34E; }
span { border-color: rgb(59,195,78); }
td.TdClassName
{
border-color: #3BC34E;
}
.TagClassName
{
border-color: #3BC34E;
}
</style>