Shades of Lime Green #3AC430
Tints of Lime Green #3AC430
RGB
CMYK
RGB Variations
Color information
#3AC430 (or 0x3AC430) is known color: Lime Green. HEX triplet: 3A, C4 and 30. RGB value is (58,196,48). Sum of RGB (Red+Green+Blue) = 58+196+48=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 196 (76.95% from 255 or 64.90% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC430 is #C53BCF. Grayscale: #8A8A8A. Windows color (decimal): -12925904 or 3195962. OLE color: 3195962.
HSL color Cylindrical-coordinate representation of color #3AC430: hue angle of 115.95º 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 #3AC430 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 48 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.23 |
| HSL | 115.95º | 0.61% | 0.48% | - |
| HSV(B) | 115.95º | 0.76% | 0.77% | - |
| XYZ | 22.02 | 40.59 | 9.47 | - |
| YUV | 137.87 | 77.28 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 48 | 0.70 | 0 | 0.76 | 0.23 | 115.95 | 0.61 | 0.48 |
| Hex | 3A | C4 | 30 | 46 | 0 | 4C | 17 | 74 | 3D | 30 |
| Octal | 72 | 304 | 60 | 106 | 0 | 114 | 27 | 164 | 75 | 60 |
| Binary | 111010 | 11000100 | 110000 | 1000110 | 0 | 1001100 | 10111 | 1110100 | 111101 | 110000 |
Color Harmonies of #3AC430
Complementary color
Monochromatic Colors of #3AC430
Black with #3AC430
Text Example
Text Example
White with #3AC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC430; }
p { color: rgb(58,196,48); }
H1.HeaderClassName
{
color: #3AC430;
}
.AnyTagClassName
{
color: #3AC430;
}
</style>
background-color css
<style>
a { background-color: #3AC430; }
a { background-color: rgb(58,196,48); }
div.DivClassName
{
background-color: #3AC430;
}
.BgClassName
{
background-color: #3AC430;
}
</style>
border-color css
<style>
span { border-color: #3AC430; }
span { border-color: rgb(58,196,48); }
td.TdClassName
{
border-color: #3AC430;
}
.TagClassName
{
border-color: #3AC430;
}
</style>