Shades of Lime Green #4AC23D
Tints of Lime Green #4AC23D
RGB
CMYK
RGB Variations
Color information
#4AC23D (or 0x4AC23D) is known color: Lime Green. HEX triplet: 4A, C2 and 3D. RGB value is (74,194,61). Sum of RGB (Red+Green+Blue) = 74+194+61=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #4AC23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC23D is #B53DC2. Grayscale: #8F8F8F. Windows color (decimal): -11877827 or 4047434. OLE color: 4047434.
HSL color Cylindrical-coordinate representation of color #4AC23D: hue angle of 114.14º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AC23D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 194 | 61 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.24 |
| HSL | 114.14º | 0.52% | 0.5% | - |
| HSV(B) | 114.14º | 0.69% | 0.76% | - |
| XYZ | 22.96 | 40.38 | 11 | - |
| YUV | 142.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 194 | 61 | 0.62 | 0 | 0.69 | 0.24 | 114.14 | 0.52 | 0.5 |
| Hex | 4A | C2 | 3D | 3E | 0 | 45 | 18 | 72 | 34 | 32 |
| Octal | 112 | 302 | 75 | 76 | 0 | 105 | 30 | 162 | 64 | 62 |
| Binary | 1001010 | 11000010 | 111101 | 111110 | 0 | 1000101 | 11000 | 1110010 | 110100 | 110010 |
Color Harmonies of #4AC23D
Complementary color
Monochromatic Colors of #4AC23D
Black with #4AC23D
Text Example
Text Example
White with #4AC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC23D; }
p { color: rgb(74,194,61); }
H1.HeaderClassName
{
color: #4AC23D;
}
.AnyTagClassName
{
color: #4AC23D;
}
</style>
background-color css
<style>
a { background-color: #4AC23D; }
a { background-color: rgb(74,194,61); }
div.DivClassName
{
background-color: #4AC23D;
}
.BgClassName
{
background-color: #4AC23D;
}
</style>
border-color css
<style>
span { border-color: #4AC23D; }
span { border-color: rgb(74,194,61); }
td.TdClassName
{
border-color: #4AC23D;
}
.TagClassName
{
border-color: #4AC23D;
}
</style>