Shades of Lime Green #4AE123
Tints of Lime Green #4AE123
RGB
CMYK
RGB Variations
Color information
#4AE123 (or 0x4AE123) is known color: Lime Green. HEX triplet: 4A, E1 and 23. RGB value is (74,225,35). Sum of RGB (Red+Green+Blue) = 74+225+35=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 225 (88.28% from 255 or 67.37% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 225 - color contains mainly: green. Hex color #4AE123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE123 is #B51EDC. Grayscale: #9E9E9E. Windows color (decimal): -11869917 or 2351434. OLE color: 2351434.
HSL color Cylindrical-coordinate representation of color #4AE123: hue angle of 107.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4AE123 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 225 | 35 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.12 |
| HSL | 107.68º | 0.76% | 0.51% | - |
| HSV(B) | 107.68º | 0.84% | 0.88% | - |
| XYZ | 30.05 | 55.43 | 10.7 | - |
| YUV | 158.19 | 58.47 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 225 | 35 | 0.67 | 0 | 0.84 | 0.12 | 107.68 | 0.76 | 0.51 |
| Hex | 4A | E1 | 23 | 43 | 0 | 54 | C | 6C | 4C | 33 |
| Octal | 112 | 341 | 43 | 103 | 0 | 124 | 14 | 154 | 114 | 63 |
| Binary | 1001010 | 11100001 | 100011 | 1000011 | 0 | 1010100 | 1100 | 1101100 | 1001100 | 110011 |
Color Harmonies of #4AE123
Complementary color
Monochromatic Colors of #4AE123
Black with #4AE123
Text Example
Text Example
White with #4AE123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE123; }
p { color: rgb(74,225,35); }
H1.HeaderClassName
{
color: #4AE123;
}
.AnyTagClassName
{
color: #4AE123;
}
</style>
background-color css
<style>
a { background-color: #4AE123; }
a { background-color: rgb(74,225,35); }
div.DivClassName
{
background-color: #4AE123;
}
.BgClassName
{
background-color: #4AE123;
}
</style>
border-color css
<style>
span { border-color: #4AE123; }
span { border-color: rgb(74,225,35); }
td.TdClassName
{
border-color: #4AE123;
}
.TagClassName
{
border-color: #4AE123;
}
</style>