Shades of Lime Green #3AC653
Tints of Lime Green #3AC653
RGB
CMYK
RGB Variations
Color information
#3AC653 (or 0x3AC653) is known color: Lime Green. HEX triplet: 3A, C6 and 53. RGB value is (58,198,83). Sum of RGB (Red+Green+Blue) = 58+198+83=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #3AC653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AC653 is #C539AC. Grayscale: #8F8F8F. Windows color (decimal): -12925357 or 5490234. OLE color: 5490234.
HSL color Cylindrical-coordinate representation of color #3AC653: hue angle of 130.71º 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 #3AC653 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 198 | 83 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.22 |
| HSL | 130.71º | 0.55% | 0.5% | - |
| HSV(B) | 130.71º | 0.71% | 0.78% | - |
| XYZ | 23.5 | 41.91 | 15.03 | - |
| YUV | 143.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 198 | 83 | 0.71 | 0 | 0.58 | 0.22 | 130.71 | 0.55 | 0.5 |
| Hex | 3A | C6 | 53 | 47 | 0 | 3A | 16 | 83 | 37 | 32 |
| Octal | 72 | 306 | 123 | 107 | 0 | 72 | 26 | 203 | 67 | 62 |
| Binary | 111010 | 11000110 | 1010011 | 1000111 | 0 | 111010 | 10110 | 10000011 | 110111 | 110010 |
Color Harmonies of #3AC653
Complementary color
Monochromatic Colors of #3AC653
Black with #3AC653
Text Example
Text Example
White with #3AC653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC653; }
p { color: rgb(58,198,83); }
H1.HeaderClassName
{
color: #3AC653;
}
.AnyTagClassName
{
color: #3AC653;
}
</style>
background-color css
<style>
a { background-color: #3AC653; }
a { background-color: rgb(58,198,83); }
div.DivClassName
{
background-color: #3AC653;
}
.BgClassName
{
background-color: #3AC653;
}
</style>
border-color css
<style>
span { border-color: #3AC653; }
span { border-color: rgb(58,198,83); }
td.TdClassName
{
border-color: #3AC653;
}
.TagClassName
{
border-color: #3AC653;
}
</style>