Shades of Lime Green #3AC64A
Tints of Lime Green #3AC64A
RGB
CMYK
RGB Variations
Color information
#3AC64A (or 0x3AC64A) is known color: Lime Green. HEX triplet: 3A, C6 and 4A. RGB value is (58,198,74). Sum of RGB (Red+Green+Blue) = 58+198+74=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC64A is #C539B5. Grayscale: #8E8E8E. Windows color (decimal): -12925366 or 4900410. OLE color: 4900410.
HSL color Cylindrical-coordinate representation of color #3AC64A: hue angle of 126.86º degrees, saturation: 0.55, 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 #3AC64A is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 74 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.22 |
| HSL | 126.86º | 0.55% | 0.5% | - |
| HSV(B) | 126.86º | 0.71% | 0.78% | - |
| XYZ | 23.18 | 41.78 | 13.32 | - |
| YUV | 142 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 74 | 0.71 | 0 | 0.63 | 0.22 | 126.86 | 0.55 | 0.5 |
| Hex | 3A | C6 | 4A | 47 | 0 | 3F | 16 | 7F | 37 | 32 |
| Octal | 72 | 306 | 112 | 107 | 0 | 77 | 26 | 177 | 67 | 62 |
| Binary | 111010 | 11000110 | 1001010 | 1000111 | 0 | 111111 | 10110 | 1111111 | 110111 | 110010 |
Color Harmonies of #3AC64A
Complementary color
Monochromatic Colors of #3AC64A
Black with #3AC64A
Text Example
Text Example
White with #3AC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC64A; }
p { color: rgb(58,198,74); }
H1.HeaderClassName
{
color: #3AC64A;
}
.AnyTagClassName
{
color: #3AC64A;
}
</style>
background-color css
<style>
a { background-color: #3AC64A; }
a { background-color: rgb(58,198,74); }
div.DivClassName
{
background-color: #3AC64A;
}
.BgClassName
{
background-color: #3AC64A;
}
</style>
border-color css
<style>
span { border-color: #3AC64A; }
span { border-color: rgb(58,198,74); }
td.TdClassName
{
border-color: #3AC64A;
}
.TagClassName
{
border-color: #3AC64A;
}
</style>