Shades of Lime Green #4AE231
Tints of Lime Green #4AE231
RGB
CMYK
RGB Variations
Color information
#4AE231 (or 0x4AE231) is known color: Lime Green. HEX triplet: 4A, E2 and 31. RGB value is (74,226,49). Sum of RGB (Red+Green+Blue) = 74+226+49=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 226 (88.67% from 255 or 64.76% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE231 is #B51DCE. Grayscale: #A0A0A0. Windows color (decimal): -11869647 or 3269194. OLE color: 3269194.
HSL color Cylindrical-coordinate representation of color #4AE231: hue angle of 111.53º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AE231 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 226 | 49 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.11 |
| HSL | 111.53º | 0.75% | 0.54% | - |
| HSV(B) | 111.53º | 0.78% | 0.89% | - |
| XYZ | 30.57 | 56.07 | 12.12 | - |
| YUV | 160.37 | 65.14 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 226 | 49 | 0.67 | 0 | 0.78 | 0.11 | 111.53 | 0.75 | 0.54 |
| Hex | 4A | E2 | 31 | 43 | 0 | 4E | B | 70 | 4B | 36 |
| Octal | 112 | 342 | 61 | 103 | 0 | 116 | 13 | 160 | 113 | 66 |
| Binary | 1001010 | 11100010 | 110001 | 1000011 | 0 | 1001110 | 1011 | 1110000 | 1001011 | 110110 |
Color Harmonies of #4AE231
Complementary color
Monochromatic Colors of #4AE231
Black with #4AE231
Text Example
Text Example
White with #4AE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE231; }
p { color: rgb(74,226,49); }
H1.HeaderClassName
{
color: #4AE231;
}
.AnyTagClassName
{
color: #4AE231;
}
</style>
background-color css
<style>
a { background-color: #4AE231; }
a { background-color: rgb(74,226,49); }
div.DivClassName
{
background-color: #4AE231;
}
.BgClassName
{
background-color: #4AE231;
}
</style>
border-color css
<style>
span { border-color: #4AE231; }
span { border-color: rgb(74,226,49); }
td.TdClassName
{
border-color: #4AE231;
}
.TagClassName
{
border-color: #4AE231;
}
</style>