Shades of Lime Green #3BC845
Tints of Lime Green #3BC845
RGB
CMYK
RGB Variations
Color information
#3BC845 (or 0x3BC845) is known color: Lime Green. HEX triplet: 3B, C8 and 45. RGB value is (59,200,69). Sum of RGB (Red+Green+Blue) = 59+200+69=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC845 is #C437BA. Grayscale: #8F8F8F. Windows color (decimal): -12859323 or 4573243. OLE color: 4573243.
HSL color Cylindrical-coordinate representation of color #3BC845: hue angle of 124.26º 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 #3BC845 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 69 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.22 |
| HSL | 124.26º | 0.56% | 0.51% | - |
| HSV(B) | 124.26º | 0.71% | 0.78% | - |
| XYZ | 23.53 | 42.67 | 12.63 | - |
| YUV | 142.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 69 | 0.70 | 0 | 0.66 | 0.22 | 124.26 | 0.56 | 0.51 |
| Hex | 3B | C8 | 45 | 46 | 0 | 42 | 16 | 7C | 38 | 33 |
| Octal | 73 | 310 | 105 | 106 | 0 | 102 | 26 | 174 | 70 | 63 |
| Binary | 111011 | 11001000 | 1000101 | 1000110 | 0 | 1000010 | 10110 | 1111100 | 111000 | 110011 |
Color Harmonies of #3BC845
Complementary color
Monochromatic Colors of #3BC845
Black with #3BC845
Text Example
Text Example
White with #3BC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC845; }
p { color: rgb(59,200,69); }
H1.HeaderClassName
{
color: #3BC845;
}
.AnyTagClassName
{
color: #3BC845;
}
</style>
background-color css
<style>
a { background-color: #3BC845; }
a { background-color: rgb(59,200,69); }
div.DivClassName
{
background-color: #3BC845;
}
.BgClassName
{
background-color: #3BC845;
}
</style>
border-color css
<style>
span { border-color: #3BC845; }
span { border-color: rgb(59,200,69); }
td.TdClassName
{
border-color: #3BC845;
}
.TagClassName
{
border-color: #3BC845;
}
</style>