Shades of Lime Green #4AD93D
Tints of Lime Green #4AD93D
RGB
CMYK
RGB Variations
Color information
#4AD93D (or 0x4AD93D) is known color: Lime Green. HEX triplet: 4A, D9 and 3D. RGB value is (74,217,61). Sum of RGB (Red+Green+Blue) = 74+217+61=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 217 (85.16% from 255 or 61.65% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD93D is #B526C2. Grayscale: #9C9C9C. Windows color (decimal): -11871939 or 4053322. OLE color: 4053322.
HSL color Cylindrical-coordinate representation of color #4AD93D: hue angle of 115º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4AD93D is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 61 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.15 |
| HSL | 115º | 0.67% | 0.55% | - |
| HSV(B) | 115º | 0.72% | 0.85% | - |
| XYZ | 28.48 | 51.42 | 12.84 | - |
| YUV | 156.46 | 74.12 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 61 | 0.66 | 0 | 0.72 | 0.15 | 115 | 0.67 | 0.55 |
| Hex | 4A | D9 | 3D | 42 | 0 | 48 | F | 73 | 43 | 37 |
| Octal | 112 | 331 | 75 | 102 | 0 | 110 | 17 | 163 | 103 | 67 |
| Binary | 1001010 | 11011001 | 111101 | 1000010 | 0 | 1001000 | 1111 | 1110011 | 1000011 | 110111 |
Color Harmonies of #4AD93D
Complementary color
Monochromatic Colors of #4AD93D
Black with #4AD93D
Text Example
Text Example
White with #4AD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD93D; }
p { color: rgb(74,217,61); }
H1.HeaderClassName
{
color: #4AD93D;
}
.AnyTagClassName
{
color: #4AD93D;
}
</style>
background-color css
<style>
a { background-color: #4AD93D; }
a { background-color: rgb(74,217,61); }
div.DivClassName
{
background-color: #4AD93D;
}
.BgClassName
{
background-color: #4AD93D;
}
</style>
border-color css
<style>
span { border-color: #4AD93D; }
span { border-color: rgb(74,217,61); }
td.TdClassName
{
border-color: #4AD93D;
}
.TagClassName
{
border-color: #4AD93D;
}
</style>