Shades of Lime Green #3BC34A
Tints of Lime Green #3BC34A
RGB
CMYK
RGB Variations
Color information
#3BC34A (or 0x3BC34A) is known color: Lime Green. HEX triplet: 3B, C3 and 4A. RGB value is (59,195,74). Sum of RGB (Red+Green+Blue) = 59+195+74=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC34A is #C43CB5. Grayscale: #8C8C8C. Windows color (decimal): -12860598 or 4899643. OLE color: 4899643.
HSL color Cylindrical-coordinate representation of color #3BC34A: hue angle of 126.62º 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 #3BC34A is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 74 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.24 |
| HSL | 126.62º | 0.54% | 0.5% | - |
| HSV(B) | 126.62º | 0.7% | 0.76% | - |
| XYZ | 22.55 | 40.45 | 13.1 | - |
| YUV | 140.54 | 90.44 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 74 | 0.70 | 0 | 0.62 | 0.24 | 126.62 | 0.54 | 0.5 |
| Hex | 3B | C3 | 4A | 46 | 0 | 3E | 18 | 7F | 36 | 32 |
| Octal | 73 | 303 | 112 | 106 | 0 | 76 | 30 | 177 | 66 | 62 |
| Binary | 111011 | 11000011 | 1001010 | 1000110 | 0 | 111110 | 11000 | 1111111 | 110110 | 110010 |
Color Harmonies of #3BC34A
Complementary color
Monochromatic Colors of #3BC34A
Black with #3BC34A
Text Example
Text Example
White with #3BC34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC34A; }
p { color: rgb(59,195,74); }
H1.HeaderClassName
{
color: #3BC34A;
}
.AnyTagClassName
{
color: #3BC34A;
}
</style>
background-color css
<style>
a { background-color: #3BC34A; }
a { background-color: rgb(59,195,74); }
div.DivClassName
{
background-color: #3BC34A;
}
.BgClassName
{
background-color: #3BC34A;
}
</style>
border-color css
<style>
span { border-color: #3BC34A; }
span { border-color: rgb(59,195,74); }
td.TdClassName
{
border-color: #3BC34A;
}
.TagClassName
{
border-color: #3BC34A;
}
</style>