Shades of Lime Green #3AC528
Tints of Lime Green #3AC528
RGB
CMYK
RGB Variations
Color information
#3AC528 (or 0x3AC528) is known color: Lime Green. HEX triplet: 3A, C5 and 28. RGB value is (58,197,40). Sum of RGB (Red+Green+Blue) = 58+197+40=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC528 is #C53AD7. Grayscale: #8A8A8A. Windows color (decimal): -12925656 or 2671930. OLE color: 2671930.
HSL color Cylindrical-coordinate representation of color #3AC528: hue angle of 113.12º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AC528 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 40 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.23 |
| HSL | 113.12º | 0.66% | 0.46% | - |
| HSV(B) | 113.12º | 0.8% | 0.77% | - |
| XYZ | 22.09 | 40.99 | 8.75 | - |
| YUV | 137.54 | 72.95 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 40 | 0.71 | 0 | 0.80 | 0.23 | 113.12 | 0.66 | 0.46 |
| Hex | 3A | C5 | 28 | 47 | 0 | 50 | 17 | 71 | 42 | 2E |
| Octal | 72 | 305 | 50 | 107 | 0 | 120 | 27 | 161 | 102 | 56 |
| Binary | 111010 | 11000101 | 101000 | 1000111 | 0 | 1010000 | 10111 | 1110001 | 1000010 | 101110 |
Color Harmonies of #3AC528
Complementary color
Monochromatic Colors of #3AC528
Black with #3AC528
Text Example
Text Example
White with #3AC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC528; }
p { color: rgb(58,197,40); }
H1.HeaderClassName
{
color: #3AC528;
}
.AnyTagClassName
{
color: #3AC528;
}
</style>
background-color css
<style>
a { background-color: #3AC528; }
a { background-color: rgb(58,197,40); }
div.DivClassName
{
background-color: #3AC528;
}
.BgClassName
{
background-color: #3AC528;
}
</style>
border-color css
<style>
span { border-color: #3AC528; }
span { border-color: rgb(58,197,40); }
td.TdClassName
{
border-color: #3AC528;
}
.TagClassName
{
border-color: #3AC528;
}
</style>