Shades of Lime Green #3AC52B
Tints of Lime Green #3AC52B
RGB
CMYK
RGB Variations
Color information
#3AC52B (or 0x3AC52B) is known color: Lime Green. HEX triplet: 3A, C5 and 2B. RGB value is (58,197,43). Sum of RGB (Red+Green+Blue) = 58+197+43=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC52B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC52B is #C53AD4. Grayscale: #8A8A8A. Windows color (decimal): -12925653 or 2868538. OLE color: 2868538.
HSL color Cylindrical-coordinate representation of color #3AC52B: hue angle of 114.16º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AC52B is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 43 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.23 |
| HSL | 114.16º | 0.64% | 0.47% | - |
| HSV(B) | 114.16º | 0.78% | 0.77% | - |
| XYZ | 22.15 | 41.01 | 9.03 | - |
| YUV | 137.88 | 74.45 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 43 | 0.71 | 0 | 0.78 | 0.23 | 114.16 | 0.64 | 0.47 |
| Hex | 3A | C5 | 2B | 47 | 0 | 4E | 17 | 72 | 40 | 2F |
| Octal | 72 | 305 | 53 | 107 | 0 | 116 | 27 | 162 | 100 | 57 |
| Binary | 111010 | 11000101 | 101011 | 1000111 | 0 | 1001110 | 10111 | 1110010 | 1000000 | 101111 |
Color Harmonies of #3AC52B
Complementary color
Monochromatic Colors of #3AC52B
Black with #3AC52B
Text Example
Text Example
White with #3AC52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC52B; }
p { color: rgb(58,197,43); }
H1.HeaderClassName
{
color: #3AC52B;
}
.AnyTagClassName
{
color: #3AC52B;
}
</style>
background-color css
<style>
a { background-color: #3AC52B; }
a { background-color: rgb(58,197,43); }
div.DivClassName
{
background-color: #3AC52B;
}
.BgClassName
{
background-color: #3AC52B;
}
</style>
border-color css
<style>
span { border-color: #3AC52B; }
span { border-color: rgb(58,197,43); }
td.TdClassName
{
border-color: #3AC52B;
}
.TagClassName
{
border-color: #3AC52B;
}
</style>