Shades of Lime Green #3AC544
Tints of Lime Green #3AC544
RGB
CMYK
RGB Variations
Color information
#3AC544 (or 0x3AC544) is known color: Lime Green. HEX triplet: 3A, C5 and 44. RGB value is (58,197,68). Sum of RGB (Red+Green+Blue) = 58+197+68=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 197 (77.34% from 255 or 60.99% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC544 is #C53ABB. Grayscale: #8D8D8D. Windows color (decimal): -12925628 or 4506938. OLE color: 4506938.
HSL color Cylindrical-coordinate representation of color #3AC544: hue angle of 124.32º 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 #3AC544 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 68 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.23 |
| HSL | 124.32º | 0.55% | 0.5% | - |
| HSV(B) | 124.32º | 0.71% | 0.77% | - |
| XYZ | 22.75 | 41.25 | 12.23 | - |
| YUV | 140.73 | 86.95 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 68 | 0.71 | 0 | 0.65 | 0.23 | 124.32 | 0.55 | 0.5 |
| Hex | 3A | C5 | 44 | 47 | 0 | 41 | 17 | 7C | 37 | 32 |
| Octal | 72 | 305 | 104 | 107 | 0 | 101 | 27 | 174 | 67 | 62 |
| Binary | 111010 | 11000101 | 1000100 | 1000111 | 0 | 1000001 | 10111 | 1111100 | 110111 | 110010 |
Color Harmonies of #3AC544
Complementary color
Monochromatic Colors of #3AC544
Black with #3AC544
Text Example
Text Example
White with #3AC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC544; }
p { color: rgb(58,197,68); }
H1.HeaderClassName
{
color: #3AC544;
}
.AnyTagClassName
{
color: #3AC544;
}
</style>
background-color css
<style>
a { background-color: #3AC544; }
a { background-color: rgb(58,197,68); }
div.DivClassName
{
background-color: #3AC544;
}
.BgClassName
{
background-color: #3AC544;
}
</style>
border-color css
<style>
span { border-color: #3AC544; }
span { border-color: rgb(58,197,68); }
td.TdClassName
{
border-color: #3AC544;
}
.TagClassName
{
border-color: #3AC544;
}
</style>