Shades of Lime Green #4AE229
Tints of Lime Green #4AE229
RGB
CMYK
RGB Variations
Color information
#4AE229 (or 0x4AE229) is known color: Lime Green. HEX triplet: 4A, E2 and 29. RGB value is (74,226,41). Sum of RGB (Red+Green+Blue) = 74+226+41=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE229 is #B51DD6. Grayscale: #A0A0A0. Windows color (decimal): -11869655 or 2744906. OLE color: 2744906.
HSL color Cylindrical-coordinate representation of color #4AE229: hue angle of 109.3º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AE229 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 226 | 41 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.11 |
| HSL | 109.3º | 0.76% | 0.52% | - |
| HSV(B) | 109.3º | 0.82% | 0.89% | - |
| XYZ | 30.42 | 56.01 | 11.31 | - |
| YUV | 159.46 | 61.14 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 226 | 41 | 0.67 | 0 | 0.82 | 0.11 | 109.3 | 0.76 | 0.52 |
| Hex | 4A | E2 | 29 | 43 | 0 | 52 | B | 6D | 4C | 34 |
| Octal | 112 | 342 | 51 | 103 | 0 | 122 | 13 | 155 | 114 | 64 |
| Binary | 1001010 | 11100010 | 101001 | 1000011 | 0 | 1010010 | 1011 | 1101101 | 1001100 | 110100 |
Color Harmonies of #4AE229
Complementary color
Monochromatic Colors of #4AE229
Black with #4AE229
Text Example
Text Example
White with #4AE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE229; }
p { color: rgb(74,226,41); }
H1.HeaderClassName
{
color: #4AE229;
}
.AnyTagClassName
{
color: #4AE229;
}
</style>
background-color css
<style>
a { background-color: #4AE229; }
a { background-color: rgb(74,226,41); }
div.DivClassName
{
background-color: #4AE229;
}
.BgClassName
{
background-color: #4AE229;
}
</style>
border-color css
<style>
span { border-color: #4AE229; }
span { border-color: rgb(74,226,41); }
td.TdClassName
{
border-color: #4AE229;
}
.TagClassName
{
border-color: #4AE229;
}
</style>