Shades of Lime Green #3AC048
Tints of Lime Green #3AC048
RGB
CMYK
RGB Variations
Color information
#3AC048 (or 0x3AC048) is known color: Lime Green. HEX triplet: 3A, C0 and 48. RGB value is (58,192,72). Sum of RGB (Red+Green+Blue) = 58+192+72=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC048 is #C53FB7. Grayscale: #8A8A8A. Windows color (decimal): -12926904 or 4767802. OLE color: 4767802.
HSL color Cylindrical-coordinate representation of color #3AC048: hue angle of 126.27º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC048 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 72 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.25 |
| HSL | 126.27º | 0.54% | 0.49% | - |
| HSV(B) | 126.27º | 0.7% | 0.75% | - |
| XYZ | 21.76 | 39.07 | 12.52 | - |
| YUV | 138.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 72 | 0.70 | 0 | 0.63 | 0.25 | 126.27 | 0.54 | 0.49 |
| Hex | 3A | C0 | 48 | 46 | 0 | 3F | 19 | 7E | 36 | 31 |
| Octal | 72 | 300 | 110 | 106 | 0 | 77 | 31 | 176 | 66 | 61 |
| Binary | 111010 | 11000000 | 1001000 | 1000110 | 0 | 111111 | 11001 | 1111110 | 110110 | 110001 |
Color Harmonies of #3AC048
Complementary color
Monochromatic Colors of #3AC048
Black with #3AC048
Text Example
Text Example
White with #3AC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC048; }
p { color: rgb(58,192,72); }
H1.HeaderClassName
{
color: #3AC048;
}
.AnyTagClassName
{
color: #3AC048;
}
</style>
background-color css
<style>
a { background-color: #3AC048; }
a { background-color: rgb(58,192,72); }
div.DivClassName
{
background-color: #3AC048;
}
.BgClassName
{
background-color: #3AC048;
}
</style>
border-color css
<style>
span { border-color: #3AC048; }
span { border-color: rgb(58,192,72); }
td.TdClassName
{
border-color: #3AC048;
}
.TagClassName
{
border-color: #3AC048;
}
</style>