Shades of Lime Green #4AE628
Tints of Lime Green #4AE628
RGB
CMYK
RGB Variations
Color information
#4AE628 (or 0x4AE628) is known color: Lime Green. HEX triplet: 4A, E6 and 28. RGB value is (74,230,40). Sum of RGB (Red+Green+Blue) = 74+230+40=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 230 (90.23% from 255 or 66.86% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 230 - color contains mainly: green. Hex color #4AE628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE628 is #B519D7. Grayscale: #A2A2A2. Windows color (decimal): -11868632 or 2680394. OLE color: 2680394.
HSL color Cylindrical-coordinate representation of color #4AE628: hue angle of 109.26º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4AE628 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 230 | 40 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.10 |
| HSL | 109.26º | 0.79% | 0.53% | - |
| HSV(B) | 109.26º | 0.83% | 0.9% | - |
| XYZ | 31.5 | 58.2 | 11.58 | - |
| YUV | 161.7 | 59.32 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 230 | 40 | 0.68 | 0 | 0.83 | 0.10 | 109.26 | 0.79 | 0.53 |
| Hex | 4A | E6 | 28 | 44 | 0 | 53 | A | 6D | 4F | 35 |
| Octal | 112 | 346 | 50 | 104 | 0 | 123 | 12 | 155 | 117 | 65 |
| Binary | 1001010 | 11100110 | 101000 | 1000100 | 0 | 1010011 | 1010 | 1101101 | 1001111 | 110101 |
Color Harmonies of #4AE628
Complementary color
Monochromatic Colors of #4AE628
Black with #4AE628
Text Example
Text Example
White with #4AE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE628; }
p { color: rgb(74,230,40); }
H1.HeaderClassName
{
color: #4AE628;
}
.AnyTagClassName
{
color: #4AE628;
}
</style>
background-color css
<style>
a { background-color: #4AE628; }
a { background-color: rgb(74,230,40); }
div.DivClassName
{
background-color: #4AE628;
}
.BgClassName
{
background-color: #4AE628;
}
</style>
border-color css
<style>
span { border-color: #4AE628; }
span { border-color: rgb(74,230,40); }
td.TdClassName
{
border-color: #4AE628;
}
.TagClassName
{
border-color: #4AE628;
}
</style>