Shades of Lime Green #4AC432
Tints of Lime Green #4AC432
RGB
CMYK
RGB Variations
Color information
#4AC432 (or 0x4AC432) is known color: Lime Green. HEX triplet: 4A, C4 and 32. RGB value is (74,196,50). Sum of RGB (Red+Green+Blue) = 74+196+50=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC432 is #B53BCD. Grayscale: #8F8F8F. Windows color (decimal): -11877326 or 3327050. OLE color: 3327050.
HSL color Cylindrical-coordinate representation of color #4AC432: hue angle of 110.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AC432 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 50 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.23 |
| HSL | 110.14º | 0.59% | 0.48% | - |
| HSV(B) | 110.14º | 0.74% | 0.77% | - |
| XYZ | 23.14 | 41.17 | 9.74 | - |
| YUV | 142.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 50 | 0.62 | 0 | 0.74 | 0.23 | 110.14 | 0.59 | 0.48 |
| Hex | 4A | C4 | 32 | 3E | 0 | 4A | 17 | 6E | 3B | 30 |
| Octal | 112 | 304 | 62 | 76 | 0 | 112 | 27 | 156 | 73 | 60 |
| Binary | 1001010 | 11000100 | 110010 | 111110 | 0 | 1001010 | 10111 | 1101110 | 111011 | 110000 |
Color Harmonies of #4AC432
Complementary color
Monochromatic Colors of #4AC432
Black with #4AC432
Text Example
Text Example
White with #4AC432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC432; }
p { color: rgb(74,196,50); }
H1.HeaderClassName
{
color: #4AC432;
}
.AnyTagClassName
{
color: #4AC432;
}
</style>
background-color css
<style>
a { background-color: #4AC432; }
a { background-color: rgb(74,196,50); }
div.DivClassName
{
background-color: #4AC432;
}
.BgClassName
{
background-color: #4AC432;
}
</style>
border-color css
<style>
span { border-color: #4AC432; }
span { border-color: rgb(74,196,50); }
td.TdClassName
{
border-color: #4AC432;
}
.TagClassName
{
border-color: #4AC432;
}
</style>