Shades of Lime Green #4AD83B
Tints of Lime Green #4AD83B
RGB
CMYK
RGB Variations
Color information
#4AD83B (or 0x4AD83B) is known color: Lime Green. HEX triplet: 4A, D8 and 3B. RGB value is (74,216,59). Sum of RGB (Red+Green+Blue) = 74+216+59=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 216 (84.77% from 255 or 61.89% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD83B is #B527C4. Grayscale: #9C9C9C. Windows color (decimal): -11872197 or 3921994. OLE color: 3921994.
HSL color Cylindrical-coordinate representation of color #4AD83B: hue angle of 114.27º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AD83B is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 59 | - |
| CMYK | 0.66 | 0 | 0.73 | 0.15 |
| HSL | 114.27º | 0.67% | 0.54% | - |
| HSV(B) | 114.27º | 0.73% | 0.85% | - |
| XYZ | 28.17 | 50.88 | 12.47 | - |
| YUV | 155.64 | 73.46 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 59 | 0.66 | 0 | 0.73 | 0.15 | 114.27 | 0.67 | 0.54 |
| Hex | 4A | D8 | 3B | 42 | 0 | 49 | F | 72 | 43 | 36 |
| Octal | 112 | 330 | 73 | 102 | 0 | 111 | 17 | 162 | 103 | 66 |
| Binary | 1001010 | 11011000 | 111011 | 1000010 | 0 | 1001001 | 1111 | 1110010 | 1000011 | 110110 |
Color Harmonies of #4AD83B
Complementary color
Monochromatic Colors of #4AD83B
Black with #4AD83B
Text Example
Text Example
White with #4AD83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD83B; }
p { color: rgb(74,216,59); }
H1.HeaderClassName
{
color: #4AD83B;
}
.AnyTagClassName
{
color: #4AD83B;
}
</style>
background-color css
<style>
a { background-color: #4AD83B; }
a { background-color: rgb(74,216,59); }
div.DivClassName
{
background-color: #4AD83B;
}
.BgClassName
{
background-color: #4AD83B;
}
</style>
border-color css
<style>
span { border-color: #4AD83B; }
span { border-color: rgb(74,216,59); }
td.TdClassName
{
border-color: #4AD83B;
}
.TagClassName
{
border-color: #4AD83B;
}
</style>