Shades of Lime Green #4AD755
Tints of Lime Green #4AD755
RGB
CMYK
RGB Variations
Color information
#4AD755 (or 0x4AD755) is known color: Lime Green. HEX triplet: 4A, D7 and 55. RGB value is (74,215,85). Sum of RGB (Red+Green+Blue) = 74+215+85=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #4AD755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD755 is #B528AA. Grayscale: #9E9E9E. Windows color (decimal): -11872427 or 5625674. OLE color: 5625674.
HSL color Cylindrical-coordinate representation of color #4AD755: hue angle of 124.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AD755 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 215 | 85 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.16 |
| HSL | 124.68º | 0.64% | 0.57% | - |
| HSV(B) | 124.68º | 0.66% | 0.84% | - |
| XYZ | 28.76 | 50.71 | 16.87 | - |
| YUV | 158.02 | 86.79 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 215 | 85 | 0.66 | 0 | 0.60 | 0.16 | 124.68 | 0.64 | 0.57 |
| Hex | 4A | D7 | 55 | 42 | 0 | 3C | 10 | 7D | 40 | 39 |
| Octal | 112 | 327 | 125 | 102 | 0 | 74 | 20 | 175 | 100 | 71 |
| Binary | 1001010 | 11010111 | 1010101 | 1000010 | 0 | 111100 | 10000 | 1111101 | 1000000 | 111001 |
Color Harmonies of #4AD755
Complementary color
Monochromatic Colors of #4AD755
Black with #4AD755
Text Example
Text Example
White with #4AD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD755; }
p { color: rgb(74,215,85); }
H1.HeaderClassName
{
color: #4AD755;
}
.AnyTagClassName
{
color: #4AD755;
}
</style>
background-color css
<style>
a { background-color: #4AD755; }
a { background-color: rgb(74,215,85); }
div.DivClassName
{
background-color: #4AD755;
}
.BgClassName
{
background-color: #4AD755;
}
</style>
border-color css
<style>
span { border-color: #4AD755; }
span { border-color: rgb(74,215,85); }
td.TdClassName
{
border-color: #4AD755;
}
.TagClassName
{
border-color: #4AD755;
}
</style>