Shades of Lime Green #3AC84D
Tints of Lime Green #3AC84D
RGB
CMYK
RGB Variations
Color information
#3AC84D (or 0x3AC84D) is known color: Lime Green. HEX triplet: 3A, C8 and 4D. RGB value is (58,200,77). Sum of RGB (Red+Green+Blue) = 58+200+77=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC84D is #C537B2. Grayscale: #8F8F8F. Windows color (decimal): -12924851 or 5097530. OLE color: 5097530.
HSL color Cylindrical-coordinate representation of color #3AC84D: hue angle of 128.03º 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 #3AC84D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 77 | - |
| CMYK | 0.71 | 0 | 0.62 | 0.22 |
| HSL | 128.03º | 0.56% | 0.51% | - |
| HSV(B) | 128.03º | 0.71% | 0.78% | - |
| XYZ | 23.74 | 42.74 | 14.02 | - |
| YUV | 143.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 77 | 0.71 | 0 | 0.62 | 0.22 | 128.03 | 0.56 | 0.51 |
| Hex | 3A | C8 | 4D | 47 | 0 | 3E | 16 | 80 | 38 | 33 |
| Octal | 72 | 310 | 115 | 107 | 0 | 76 | 26 | 200 | 70 | 63 |
| Binary | 111010 | 11001000 | 1001101 | 1000111 | 0 | 111110 | 10110 | 10000000 | 111000 | 110011 |
Color Harmonies of #3AC84D
Complementary color
Monochromatic Colors of #3AC84D
Black with #3AC84D
Text Example
Text Example
White with #3AC84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC84D; }
p { color: rgb(58,200,77); }
H1.HeaderClassName
{
color: #3AC84D;
}
.AnyTagClassName
{
color: #3AC84D;
}
</style>
background-color css
<style>
a { background-color: #3AC84D; }
a { background-color: rgb(58,200,77); }
div.DivClassName
{
background-color: #3AC84D;
}
.BgClassName
{
background-color: #3AC84D;
}
</style>
border-color css
<style>
span { border-color: #3AC84D; }
span { border-color: rgb(58,200,77); }
td.TdClassName
{
border-color: #3AC84D;
}
.TagClassName
{
border-color: #3AC84D;
}
</style>