Shades of Lime Green #4ADE28
Tints of Lime Green #4ADE28
RGB
CMYK
RGB Variations
Color information
#4ADE28 (or 0x4ADE28) is known color: Lime Green. HEX triplet: 4A, DE and 28. RGB value is (74,222,40). Sum of RGB (Red+Green+Blue) = 74+222+40=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 222 (87.11% from 255 or 66.07% from 336); Blue value is 40 (16.02% from 255 or 11.90% from 336); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE28 is #B521D7. Grayscale: #9D9D9D. Windows color (decimal): -11870680 or 2678346. OLE color: 2678346.
HSL color Cylindrical-coordinate representation of color #4ADE28: hue angle of 108.79º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4ADE28 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 40 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.13 |
| HSL | 108.79º | 0.73% | 0.51% | - |
| HSV(B) | 108.79º | 0.82% | 0.87% | - |
| XYZ | 29.33 | 53.85 | 10.86 | - |
| YUV | 157 | 61.97 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 40 | 0.67 | 0 | 0.82 | 0.13 | 108.79 | 0.73 | 0.51 |
| Hex | 4A | DE | 28 | 43 | 0 | 52 | D | 6D | 49 | 33 |
| Octal | 112 | 336 | 50 | 103 | 0 | 122 | 15 | 155 | 111 | 63 |
| Binary | 1001010 | 11011110 | 101000 | 1000011 | 0 | 1010010 | 1101 | 1101101 | 1001001 | 110011 |
Color Harmonies of #4ADE28
Complementary color
Monochromatic Colors of #4ADE28
Black with #4ADE28
Text Example
Text Example
White with #4ADE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE28; }
p { color: rgb(74,222,40); }
H1.HeaderClassName
{
color: #4ADE28;
}
.AnyTagClassName
{
color: #4ADE28;
}
</style>
background-color css
<style>
a { background-color: #4ADE28; }
a { background-color: rgb(74,222,40); }
div.DivClassName
{
background-color: #4ADE28;
}
.BgClassName
{
background-color: #4ADE28;
}
</style>
border-color css
<style>
span { border-color: #4ADE28; }
span { border-color: rgb(74,222,40); }
td.TdClassName
{
border-color: #4ADE28;
}
.TagClassName
{
border-color: #4ADE28;
}
</style>