Shades of Lime Green #4AC43C
Tints of Lime Green #4AC43C
RGB
CMYK
RGB Variations
Color information
#4AC43C (or 0x4AC43C) is known color: Lime Green. HEX triplet: 4A, C4 and 3C. RGB value is (74,196,60). Sum of RGB (Red+Green+Blue) = 74+196+60=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC43C is #B53BC3. Grayscale: #909090. Windows color (decimal): -11877316 or 3982410. OLE color: 3982410.
HSL color Cylindrical-coordinate representation of color #4AC43C: hue angle of 113.82º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AC43C is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 60 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.23 |
| HSL | 113.82º | 0.54% | 0.5% | - |
| HSV(B) | 113.82º | 0.69% | 0.77% | - |
| XYZ | 23.38 | 41.26 | 11.01 | - |
| YUV | 144.02 | 80.58 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 60 | 0.62 | 0 | 0.69 | 0.23 | 113.82 | 0.54 | 0.5 |
| Hex | 4A | C4 | 3C | 3E | 0 | 45 | 17 | 72 | 36 | 32 |
| Octal | 112 | 304 | 74 | 76 | 0 | 105 | 27 | 162 | 66 | 62 |
| Binary | 1001010 | 11000100 | 111100 | 111110 | 0 | 1000101 | 10111 | 1110010 | 110110 | 110010 |
Color Harmonies of #4AC43C
Complementary color
Monochromatic Colors of #4AC43C
Black with #4AC43C
Text Example
Text Example
White with #4AC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC43C; }
p { color: rgb(74,196,60); }
H1.HeaderClassName
{
color: #4AC43C;
}
.AnyTagClassName
{
color: #4AC43C;
}
</style>
background-color css
<style>
a { background-color: #4AC43C; }
a { background-color: rgb(74,196,60); }
div.DivClassName
{
background-color: #4AC43C;
}
.BgClassName
{
background-color: #4AC43C;
}
</style>
border-color css
<style>
span { border-color: #4AC43C; }
span { border-color: rgb(74,196,60); }
td.TdClassName
{
border-color: #4AC43C;
}
.TagClassName
{
border-color: #4AC43C;
}
</style>