Shades of Lime Green #3AC52C
Tints of Lime Green #3AC52C
RGB
CMYK
RGB Variations
Color information
#3AC52C (or 0x3AC52C) is known color: Lime Green. HEX triplet: 3A, C5 and 2C. RGB value is (58,197,44). Sum of RGB (Red+Green+Blue) = 58+197+44=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC52C is #C53AD3. Grayscale: #8A8A8A. Windows color (decimal): -12925652 or 2934074. OLE color: 2934074.
HSL color Cylindrical-coordinate representation of color #3AC52C: hue angle of 114.51º degrees, saturation: 0.63, 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 #3AC52C is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 44 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.23 |
| HSL | 114.51º | 0.63% | 0.47% | - |
| HSV(B) | 114.51º | 0.78% | 0.77% | - |
| XYZ | 22.17 | 41.01 | 9.13 | - |
| YUV | 138 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 44 | 0.71 | 0 | 0.78 | 0.23 | 114.51 | 0.63 | 0.47 |
| Hex | 3A | C5 | 2C | 47 | 0 | 4E | 17 | 73 | 3F | 2F |
| Octal | 72 | 305 | 54 | 107 | 0 | 116 | 27 | 163 | 77 | 57 |
| Binary | 111010 | 11000101 | 101100 | 1000111 | 0 | 1001110 | 10111 | 1110011 | 111111 | 101111 |
Color Harmonies of #3AC52C
Complementary color
Monochromatic Colors of #3AC52C
Black with #3AC52C
Text Example
Text Example
White with #3AC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC52C; }
p { color: rgb(58,197,44); }
H1.HeaderClassName
{
color: #3AC52C;
}
.AnyTagClassName
{
color: #3AC52C;
}
</style>
background-color css
<style>
a { background-color: #3AC52C; }
a { background-color: rgb(58,197,44); }
div.DivClassName
{
background-color: #3AC52C;
}
.BgClassName
{
background-color: #3AC52C;
}
</style>
border-color css
<style>
span { border-color: #3AC52C; }
span { border-color: rgb(58,197,44); }
td.TdClassName
{
border-color: #3AC52C;
}
.TagClassName
{
border-color: #3AC52C;
}
</style>