Shades of Lime Green #3AC54E
Tints of Lime Green #3AC54E
RGB
CMYK
RGB Variations
Color information
#3AC54E (or 0x3AC54E) is known color: Lime Green. HEX triplet: 3A, C5 and 4E. RGB value is (58,197,78). Sum of RGB (Red+Green+Blue) = 58+197+78=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC54E is #C53AB1. Grayscale: #8E8E8E. Windows color (decimal): -12925618 or 5162298. OLE color: 5162298.
HSL color Cylindrical-coordinate representation of color #3AC54E: hue angle of 128.63º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC54E is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 78 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.23 |
| HSL | 128.63º | 0.55% | 0.5% | - |
| HSV(B) | 128.63º | 0.71% | 0.77% | - |
| XYZ | 23.09 | 41.38 | 13.98 | - |
| YUV | 141.87 | 91.95 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 78 | 0.71 | 0 | 0.60 | 0.23 | 128.63 | 0.55 | 0.5 |
| Hex | 3A | C5 | 4E | 47 | 0 | 3C | 17 | 81 | 37 | 32 |
| Octal | 72 | 305 | 116 | 107 | 0 | 74 | 27 | 201 | 67 | 62 |
| Binary | 111010 | 11000101 | 1001110 | 1000111 | 0 | 111100 | 10111 | 10000001 | 110111 | 110010 |
Color Harmonies of #3AC54E
Complementary color
Monochromatic Colors of #3AC54E
Black with #3AC54E
Text Example
Text Example
White with #3AC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC54E; }
p { color: rgb(58,197,78); }
H1.HeaderClassName
{
color: #3AC54E;
}
.AnyTagClassName
{
color: #3AC54E;
}
</style>
background-color css
<style>
a { background-color: #3AC54E; }
a { background-color: rgb(58,197,78); }
div.DivClassName
{
background-color: #3AC54E;
}
.BgClassName
{
background-color: #3AC54E;
}
</style>
border-color css
<style>
span { border-color: #3AC54E; }
span { border-color: rgb(58,197,78); }
td.TdClassName
{
border-color: #3AC54E;
}
.TagClassName
{
border-color: #3AC54E;
}
</style>