Shades of Lime Green #4AC13D
Tints of Lime Green #4AC13D
RGB
CMYK
RGB Variations
Color information
#4AC13D (or 0x4AC13D) is known color: Lime Green. HEX triplet: 4A, C1 and 3D. RGB value is (74,193,61). Sum of RGB (Red+Green+Blue) = 74+193+61=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC13D is #B53EC2. Grayscale: #8E8E8E. Windows color (decimal): -11878083 or 4047178. OLE color: 4047178.
HSL color Cylindrical-coordinate representation of color #4AC13D: hue angle of 114.09º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AC13D is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 61 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.24 |
| HSL | 114.09º | 0.52% | 0.5% | - |
| HSV(B) | 114.09º | 0.68% | 0.76% | - |
| XYZ | 22.74 | 39.93 | 10.92 | - |
| YUV | 142.37 | 82.08 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 61 | 0.62 | 0 | 0.68 | 0.24 | 114.09 | 0.52 | 0.5 |
| Hex | 4A | C1 | 3D | 3E | 0 | 44 | 18 | 72 | 34 | 32 |
| Octal | 112 | 301 | 75 | 76 | 0 | 104 | 30 | 162 | 64 | 62 |
| Binary | 1001010 | 11000001 | 111101 | 111110 | 0 | 1000100 | 11000 | 1110010 | 110100 | 110010 |
Color Harmonies of #4AC13D
Complementary color
Monochromatic Colors of #4AC13D
Black with #4AC13D
Text Example
Text Example
White with #4AC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC13D; }
p { color: rgb(74,193,61); }
H1.HeaderClassName
{
color: #4AC13D;
}
.AnyTagClassName
{
color: #4AC13D;
}
</style>
background-color css
<style>
a { background-color: #4AC13D; }
a { background-color: rgb(74,193,61); }
div.DivClassName
{
background-color: #4AC13D;
}
.BgClassName
{
background-color: #4AC13D;
}
</style>
border-color css
<style>
span { border-color: #4AC13D; }
span { border-color: rgb(74,193,61); }
td.TdClassName
{
border-color: #4AC13D;
}
.TagClassName
{
border-color: #4AC13D;
}
</style>