Shades of Lime Green #3AC552
Tints of Lime Green #3AC552
RGB
CMYK
RGB Variations
Color information
#3AC552 (or 0x3AC552) is known color: Lime Green. HEX triplet: 3A, C5 and 52. RGB value is (58,197,82). Sum of RGB (Red+Green+Blue) = 58+197+82=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC552 is #C53AAD. Grayscale: #8E8E8E. Windows color (decimal): -12925614 or 5424442. OLE color: 5424442.
HSL color Cylindrical-coordinate representation of color #3AC552: hue angle of 130.36º 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 #3AC552 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 82 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.23 |
| HSL | 130.36º | 0.55% | 0.5% | - |
| HSV(B) | 130.36º | 0.71% | 0.77% | - |
| XYZ | 23.23 | 41.44 | 14.76 | - |
| YUV | 142.33 | 93.95 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 82 | 0.71 | 0 | 0.58 | 0.23 | 130.36 | 0.55 | 0.5 |
| Hex | 3A | C5 | 52 | 47 | 0 | 3A | 17 | 82 | 37 | 32 |
| Octal | 72 | 305 | 122 | 107 | 0 | 72 | 27 | 202 | 67 | 62 |
| Binary | 111010 | 11000101 | 1010010 | 1000111 | 0 | 111010 | 10111 | 10000010 | 110111 | 110010 |
Color Harmonies of #3AC552
Complementary color
Monochromatic Colors of #3AC552
Black with #3AC552
Text Example
Text Example
White with #3AC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC552; }
p { color: rgb(58,197,82); }
H1.HeaderClassName
{
color: #3AC552;
}
.AnyTagClassName
{
color: #3AC552;
}
</style>
background-color css
<style>
a { background-color: #3AC552; }
a { background-color: rgb(58,197,82); }
div.DivClassName
{
background-color: #3AC552;
}
.BgClassName
{
background-color: #3AC552;
}
</style>
border-color css
<style>
span { border-color: #3AC552; }
span { border-color: rgb(58,197,82); }
td.TdClassName
{
border-color: #3AC552;
}
.TagClassName
{
border-color: #3AC552;
}
</style>