Shades of Lime Green #3AC52F
Tints of Lime Green #3AC52F
RGB
CMYK
RGB Variations
Color information
#3AC52F (or 0x3AC52F) is known color: Lime Green. HEX triplet: 3A, C5 and 2F. RGB value is (58,197,47). Sum of RGB (Red+Green+Blue) = 58+197+47=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC52F is #C53AD0. Grayscale: #8A8A8A. Windows color (decimal): -12925649 or 3130682. OLE color: 3130682.
HSL color Cylindrical-coordinate representation of color #3AC52F: hue angle of 115.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC52F is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 47 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.23 |
| HSL | 115.6º | 0.61% | 0.48% | - |
| HSV(B) | 115.6º | 0.76% | 0.77% | - |
| XYZ | 22.22 | 41.04 | 9.44 | - |
| YUV | 138.34 | 76.45 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 47 | 0.71 | 0 | 0.76 | 0.23 | 115.6 | 0.61 | 0.48 |
| Hex | 3A | C5 | 2F | 47 | 0 | 4C | 17 | 74 | 3D | 30 |
| Octal | 72 | 305 | 57 | 107 | 0 | 114 | 27 | 164 | 75 | 60 |
| Binary | 111010 | 11000101 | 101111 | 1000111 | 0 | 1001100 | 10111 | 1110100 | 111101 | 110000 |
Color Harmonies of #3AC52F
Complementary color
Monochromatic Colors of #3AC52F
Black with #3AC52F
Text Example
Text Example
White with #3AC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC52F; }
p { color: rgb(58,197,47); }
H1.HeaderClassName
{
color: #3AC52F;
}
.AnyTagClassName
{
color: #3AC52F;
}
</style>
background-color css
<style>
a { background-color: #3AC52F; }
a { background-color: rgb(58,197,47); }
div.DivClassName
{
background-color: #3AC52F;
}
.BgClassName
{
background-color: #3AC52F;
}
</style>
border-color css
<style>
span { border-color: #3AC52F; }
span { border-color: rgb(58,197,47); }
td.TdClassName
{
border-color: #3AC52F;
}
.TagClassName
{
border-color: #3AC52F;
}
</style>