Shades of Lime Green #4AC93C
Tints of Lime Green #4AC93C
RGB
CMYK
RGB Variations
Color information
#4AC93C (or 0x4AC93C) is known color: Lime Green. HEX triplet: 4A, C9 and 3C. RGB value is (74,201,60). Sum of RGB (Red+Green+Blue) = 74+201+60=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC93C is #B536C3. Grayscale: #939393. Windows color (decimal): -11876036 or 3983690. OLE color: 3983690.
HSL color Cylindrical-coordinate representation of color #4AC93C: hue angle of 114.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AC93C is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 60 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.21 |
| HSL | 114.04º | 0.57% | 0.51% | - |
| HSV(B) | 114.04º | 0.7% | 0.79% | - |
| XYZ | 24.53 | 43.56 | 11.39 | - |
| YUV | 146.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 60 | 0.63 | 0 | 0.70 | 0.21 | 114.04 | 0.57 | 0.51 |
| Hex | 4A | C9 | 3C | 3F | 0 | 46 | 15 | 72 | 39 | 33 |
| Octal | 112 | 311 | 74 | 77 | 0 | 106 | 25 | 162 | 71 | 63 |
| Binary | 1001010 | 11001001 | 111100 | 111111 | 0 | 1000110 | 10101 | 1110010 | 111001 | 110011 |
Color Harmonies of #4AC93C
Complementary color
Monochromatic Colors of #4AC93C
Black with #4AC93C
Text Example
Text Example
White with #4AC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC93C; }
p { color: rgb(74,201,60); }
H1.HeaderClassName
{
color: #4AC93C;
}
.AnyTagClassName
{
color: #4AC93C;
}
</style>
background-color css
<style>
a { background-color: #4AC93C; }
a { background-color: rgb(74,201,60); }
div.DivClassName
{
background-color: #4AC93C;
}
.BgClassName
{
background-color: #4AC93C;
}
</style>
border-color css
<style>
span { border-color: #4AC93C; }
span { border-color: rgb(74,201,60); }
td.TdClassName
{
border-color: #4AC93C;
}
.TagClassName
{
border-color: #4AC93C;
}
</style>