Shades of Lime Green #4AC93D
Tints of Lime Green #4AC93D
RGB
CMYK
RGB Variations
Color information
#4AC93D (or 0x4AC93D) is known color: Lime Green. HEX triplet: 4A, C9 and 3D. RGB value is (74,201,61). Sum of RGB (Red+Green+Blue) = 74+201+61=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #4AC93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC93D is #B536C2. Grayscale: #939393. Windows color (decimal): -11876035 or 4049226. OLE color: 4049226.
HSL color Cylindrical-coordinate representation of color #4AC93D: hue angle of 114.43º degrees, saturation: 0.56, 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 #4AC93D is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 201 | 61 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.21 |
| HSL | 114.43º | 0.56% | 0.51% | - |
| HSV(B) | 114.43º | 0.7% | 0.79% | - |
| XYZ | 24.55 | 43.57 | 11.53 | - |
| YUV | 147.07 | 79.42 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 201 | 61 | 0.63 | 0 | 0.70 | 0.21 | 114.43 | 0.56 | 0.51 |
| Hex | 4A | C9 | 3D | 3F | 0 | 46 | 15 | 72 | 38 | 33 |
| Octal | 112 | 311 | 75 | 77 | 0 | 106 | 25 | 162 | 70 | 63 |
| Binary | 1001010 | 11001001 | 111101 | 111111 | 0 | 1000110 | 10101 | 1110010 | 111000 | 110011 |
Color Harmonies of #4AC93D
Complementary color
Monochromatic Colors of #4AC93D
Black with #4AC93D
Text Example
Text Example
White with #4AC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC93D; }
p { color: rgb(74,201,61); }
H1.HeaderClassName
{
color: #4AC93D;
}
.AnyTagClassName
{
color: #4AC93D;
}
</style>
background-color css
<style>
a { background-color: #4AC93D; }
a { background-color: rgb(74,201,61); }
div.DivClassName
{
background-color: #4AC93D;
}
.BgClassName
{
background-color: #4AC93D;
}
</style>
border-color css
<style>
span { border-color: #4AC93D; }
span { border-color: rgb(74,201,61); }
td.TdClassName
{
border-color: #4AC93D;
}
.TagClassName
{
border-color: #4AC93D;
}
</style>