Shades of Lime Green #4AD23C
Tints of Lime Green #4AD23C
RGB
CMYK
RGB Variations
Color information
#4AD23C (or 0x4AD23C) is known color: Lime Green. HEX triplet: 4A, D2 and 3C. RGB value is (74,210,60). Sum of RGB (Red+Green+Blue) = 74+210+60=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD23C is #B52DC3. Grayscale: #989898. Windows color (decimal): -11873732 or 3985994. OLE color: 3985994.
HSL color Cylindrical-coordinate representation of color #4AD23C: hue angle of 114.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AD23C is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 60 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.18 |
| HSL | 114.4º | 0.63% | 0.53% | - |
| HSV(B) | 114.4º | 0.71% | 0.82% | - |
| XYZ | 26.69 | 47.88 | 12.11 | - |
| YUV | 152.24 | 75.94 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 60 | 0.65 | 0 | 0.71 | 0.18 | 114.4 | 0.63 | 0.53 |
| Hex | 4A | D2 | 3C | 41 | 0 | 47 | 12 | 72 | 3E | 35 |
| Octal | 112 | 322 | 74 | 101 | 0 | 107 | 22 | 162 | 76 | 65 |
| Binary | 1001010 | 11010010 | 111100 | 1000001 | 0 | 1000111 | 10010 | 1110010 | 111110 | 110101 |
Color Harmonies of #4AD23C
Complementary color
Monochromatic Colors of #4AD23C
Black with #4AD23C
Text Example
Text Example
White with #4AD23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD23C; }
p { color: rgb(74,210,60); }
H1.HeaderClassName
{
color: #4AD23C;
}
.AnyTagClassName
{
color: #4AD23C;
}
</style>
background-color css
<style>
a { background-color: #4AD23C; }
a { background-color: rgb(74,210,60); }
div.DivClassName
{
background-color: #4AD23C;
}
.BgClassName
{
background-color: #4AD23C;
}
</style>
border-color css
<style>
span { border-color: #4AD23C; }
span { border-color: rgb(74,210,60); }
td.TdClassName
{
border-color: #4AD23C;
}
.TagClassName
{
border-color: #4AD23C;
}
</style>