Shades of Lime Green #4AD23D
Tints of Lime Green #4AD23D
RGB
CMYK
RGB Variations
Color information
#4AD23D (or 0x4AD23D) is known color: Lime Green. HEX triplet: 4A, D2 and 3D. RGB value is (74,210,61). Sum of RGB (Red+Green+Blue) = 74+210+61=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD23D is #B52DC2. Grayscale: #989898. Windows color (decimal): -11873731 or 4051530. OLE color: 4051530.
HSL color Cylindrical-coordinate representation of color #4AD23D: hue angle of 114.77º 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 #4AD23D is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 61 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.18 |
| HSL | 114.77º | 0.62% | 0.53% | - |
| HSV(B) | 114.77º | 0.71% | 0.82% | - |
| XYZ | 26.71 | 47.89 | 12.25 | - |
| YUV | 152.35 | 76.44 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 61 | 0.65 | 0 | 0.71 | 0.18 | 114.77 | 0.62 | 0.53 |
| Hex | 4A | D2 | 3D | 41 | 0 | 47 | 12 | 73 | 3E | 35 |
| Octal | 112 | 322 | 75 | 101 | 0 | 107 | 22 | 163 | 76 | 65 |
| Binary | 1001010 | 11010010 | 111101 | 1000001 | 0 | 1000111 | 10010 | 1110011 | 111110 | 110101 |
Color Harmonies of #4AD23D
Complementary color
Monochromatic Colors of #4AD23D
Black with #4AD23D
Text Example
Text Example
White with #4AD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD23D; }
p { color: rgb(74,210,61); }
H1.HeaderClassName
{
color: #4AD23D;
}
.AnyTagClassName
{
color: #4AD23D;
}
</style>
background-color css
<style>
a { background-color: #4AD23D; }
a { background-color: rgb(74,210,61); }
div.DivClassName
{
background-color: #4AD23D;
}
.BgClassName
{
background-color: #4AD23D;
}
</style>
border-color css
<style>
span { border-color: #4AD23D; }
span { border-color: rgb(74,210,61); }
td.TdClassName
{
border-color: #4AD23D;
}
.TagClassName
{
border-color: #4AD23D;
}
</style>