Shades of Lime Green #3AC74E
Tints of Lime Green #3AC74E
RGB
CMYK
RGB Variations
Color information
#3AC74E (or 0x3AC74E) is known color: Lime Green. HEX triplet: 3A, C7 and 4E. RGB value is (58,199,78). Sum of RGB (Red+Green+Blue) = 58+199+78=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #3AC74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC74E is #C538B1. Grayscale: #8F8F8F. Windows color (decimal): -12925106 or 5162810. OLE color: 5162810.
HSL color Cylindrical-coordinate representation of color #3AC74E: hue angle of 128.51º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC74E is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 199 | 78 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.22 |
| HSL | 128.51º | 0.56% | 0.5% | - |
| HSV(B) | 128.51º | 0.71% | 0.78% | - |
| XYZ | 23.54 | 42.3 | 14.13 | - |
| YUV | 143.05 | 91.29 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 199 | 78 | 0.71 | 0 | 0.61 | 0.22 | 128.51 | 0.56 | 0.5 |
| Hex | 3A | C7 | 4E | 47 | 0 | 3D | 16 | 81 | 38 | 32 |
| Octal | 72 | 307 | 116 | 107 | 0 | 75 | 26 | 201 | 70 | 62 |
| Binary | 111010 | 11000111 | 1001110 | 1000111 | 0 | 111101 | 10110 | 10000001 | 111000 | 110010 |
Color Harmonies of #3AC74E
Complementary color
Monochromatic Colors of #3AC74E
Black with #3AC74E
Text Example
Text Example
White with #3AC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC74E; }
p { color: rgb(58,199,78); }
H1.HeaderClassName
{
color: #3AC74E;
}
.AnyTagClassName
{
color: #3AC74E;
}
</style>
background-color css
<style>
a { background-color: #3AC74E; }
a { background-color: rgb(58,199,78); }
div.DivClassName
{
background-color: #3AC74E;
}
.BgClassName
{
background-color: #3AC74E;
}
</style>
border-color css
<style>
span { border-color: #3AC74E; }
span { border-color: rgb(58,199,78); }
td.TdClassName
{
border-color: #3AC74E;
}
.TagClassName
{
border-color: #3AC74E;
}
</style>