Shades of Lime Green #4AD827
Tints of Lime Green #4AD827
RGB
CMYK
RGB Variations
Color information
#4AD827 (or 0x4AD827) is known color: Lime Green. HEX triplet: 4A, D8 and 27. RGB value is (74,216,39). Sum of RGB (Red+Green+Blue) = 74+216+39=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #4AD827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD827 is #B527D8. Grayscale: #999999. Windows color (decimal): -11872217 or 2611274. OLE color: 2611274.
HSL color Cylindrical-coordinate representation of color #4AD827: hue angle of 108.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AD827 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 216 | 39 | - |
| CMYK | 0.66 | 0 | 0.82 | 0.15 |
| HSL | 108.14º | 0.69% | 0.5% | - |
| HSV(B) | 108.14º | 0.82% | 0.85% | - |
| XYZ | 27.75 | 50.71 | 10.25 | - |
| YUV | 153.36 | 63.46 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 216 | 39 | 0.66 | 0 | 0.82 | 0.15 | 108.14 | 0.69 | 0.5 |
| Hex | 4A | D8 | 27 | 42 | 0 | 52 | F | 6C | 45 | 32 |
| Octal | 112 | 330 | 47 | 102 | 0 | 122 | 17 | 154 | 105 | 62 |
| Binary | 1001010 | 11011000 | 100111 | 1000010 | 0 | 1010010 | 1111 | 1101100 | 1000101 | 110010 |
Color Harmonies of #4AD827
Complementary color
Monochromatic Colors of #4AD827
Black with #4AD827
Text Example
Text Example
White with #4AD827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD827; }
p { color: rgb(74,216,39); }
H1.HeaderClassName
{
color: #4AD827;
}
.AnyTagClassName
{
color: #4AD827;
}
</style>
background-color css
<style>
a { background-color: #4AD827; }
a { background-color: rgb(74,216,39); }
div.DivClassName
{
background-color: #4AD827;
}
.BgClassName
{
background-color: #4AD827;
}
</style>
border-color css
<style>
span { border-color: #4AD827; }
span { border-color: rgb(74,216,39); }
td.TdClassName
{
border-color: #4AD827;
}
.TagClassName
{
border-color: #4AD827;
}
</style>