Shades of Lime Green #4AC530
Tints of Lime Green #4AC530
RGB
CMYK
RGB Variations
Color information
#4AC530 (or 0x4AC530) is known color: Lime Green. HEX triplet: 4A, C5 and 30. RGB value is (74,197,48). Sum of RGB (Red+Green+Blue) = 74+197+48=319 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.20% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC530 is #B53ACF. Grayscale: #8F8F8F. Windows color (decimal): -11877072 or 3196234. OLE color: 3196234.
HSL color Cylindrical-coordinate representation of color #4AC530: hue angle of 109.53º 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 #4AC530 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 48 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.23 |
| HSL | 109.53º | 0.61% | 0.48% | - |
| HSV(B) | 109.53º | 0.76% | 0.77% | - |
| XYZ | 23.32 | 41.6 | 9.6 | - |
| YUV | 143.24 | 74.25 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 48 | 0.62 | 0 | 0.76 | 0.23 | 109.53 | 0.61 | 0.48 |
| Hex | 4A | C5 | 30 | 3E | 0 | 4C | 17 | 6E | 3D | 30 |
| Octal | 112 | 305 | 60 | 76 | 0 | 114 | 27 | 156 | 75 | 60 |
| Binary | 1001010 | 11000101 | 110000 | 111110 | 0 | 1001100 | 10111 | 1101110 | 111101 | 110000 |
Color Harmonies of #4AC530
Complementary color
Monochromatic Colors of #4AC530
Black with #4AC530
Text Example
Text Example
White with #4AC530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC530; }
p { color: rgb(74,197,48); }
H1.HeaderClassName
{
color: #4AC530;
}
.AnyTagClassName
{
color: #4AC530;
}
</style>
background-color css
<style>
a { background-color: #4AC530; }
a { background-color: rgb(74,197,48); }
div.DivClassName
{
background-color: #4AC530;
}
.BgClassName
{
background-color: #4AC530;
}
</style>
border-color css
<style>
span { border-color: #4AC530; }
span { border-color: rgb(74,197,48); }
td.TdClassName
{
border-color: #4AC530;
}
.TagClassName
{
border-color: #4AC530;
}
</style>