Shades of Lime Green #3BC854
Tints of Lime Green #3BC854
RGB
CMYK
RGB Variations
Color information
#3BC854 (or 0x3BC854) is known color: Lime Green. HEX triplet: 3B, C8 and 54. RGB value is (59,200,84). Sum of RGB (Red+Green+Blue) = 59+200+84=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 200 (78.52% from 255 or 58.31% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC854 is #C437AB. Grayscale: #909090. Windows color (decimal): -12859308 or 5556283. OLE color: 5556283.
HSL color Cylindrical-coordinate representation of color #3BC854: hue angle of 130.64º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC854 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 84 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.22 |
| HSL | 130.64º | 0.56% | 0.51% | - |
| HSV(B) | 130.64º | 0.71% | 0.78% | - |
| XYZ | 24.06 | 42.88 | 15.4 | - |
| YUV | 144.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 84 | 0.70 | 0 | 0.58 | 0.22 | 130.64 | 0.56 | 0.51 |
| Hex | 3B | C8 | 54 | 46 | 0 | 3A | 16 | 83 | 38 | 33 |
| Octal | 73 | 310 | 124 | 106 | 0 | 72 | 26 | 203 | 70 | 63 |
| Binary | 111011 | 11001000 | 1010100 | 1000110 | 0 | 111010 | 10110 | 10000011 | 111000 | 110011 |
Color Harmonies of #3BC854
Complementary color
Monochromatic Colors of #3BC854
Black with #3BC854
Text Example
Text Example
White with #3BC854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC854; }
p { color: rgb(59,200,84); }
H1.HeaderClassName
{
color: #3BC854;
}
.AnyTagClassName
{
color: #3BC854;
}
</style>
background-color css
<style>
a { background-color: #3BC854; }
a { background-color: rgb(59,200,84); }
div.DivClassName
{
background-color: #3BC854;
}
.BgClassName
{
background-color: #3BC854;
}
</style>
border-color css
<style>
span { border-color: #3BC854; }
span { border-color: rgb(59,200,84); }
td.TdClassName
{
border-color: #3BC854;
}
.TagClassName
{
border-color: #3BC854;
}
</style>