Shades of Lime Green #3AC647
Tints of Lime Green #3AC647
RGB
CMYK
RGB Variations
Color information
#3AC647 (or 0x3AC647) is known color: Lime Green. HEX triplet: 3A, C6 and 47. RGB value is (58,198,71). Sum of RGB (Red+Green+Blue) = 58+198+71=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC647 is #C539B8. Grayscale: #8E8E8E. Windows color (decimal): -12925369 or 4703802. OLE color: 4703802.
HSL color Cylindrical-coordinate representation of color #3AC647: hue angle of 125.57º 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 #3AC647 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 71 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.22 |
| HSL | 125.57º | 0.55% | 0.5% | - |
| HSV(B) | 125.57º | 0.71% | 0.78% | - |
| XYZ | 23.08 | 41.74 | 12.8 | - |
| YUV | 141.66 | 88.12 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 71 | 0.71 | 0 | 0.64 | 0.22 | 125.57 | 0.55 | 0.5 |
| Hex | 3A | C6 | 47 | 47 | 0 | 40 | 16 | 7E | 37 | 32 |
| Octal | 72 | 306 | 107 | 107 | 0 | 100 | 26 | 176 | 67 | 62 |
| Binary | 111010 | 11000110 | 1000111 | 1000111 | 0 | 1000000 | 10110 | 1111110 | 110111 | 110010 |
Color Harmonies of #3AC647
Complementary color
Monochromatic Colors of #3AC647
Black with #3AC647
Text Example
Text Example
White with #3AC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC647; }
p { color: rgb(58,198,71); }
H1.HeaderClassName
{
color: #3AC647;
}
.AnyTagClassName
{
color: #3AC647;
}
</style>
background-color css
<style>
a { background-color: #3AC647; }
a { background-color: rgb(58,198,71); }
div.DivClassName
{
background-color: #3AC647;
}
.BgClassName
{
background-color: #3AC647;
}
</style>
border-color css
<style>
span { border-color: #3AC647; }
span { border-color: rgb(58,198,71); }
td.TdClassName
{
border-color: #3AC647;
}
.TagClassName
{
border-color: #3AC647;
}
</style>