Shades of Lime Green #4AE238
Tints of Lime Green #4AE238
RGB
CMYK
RGB Variations
Color information
#4AE238 (or 0x4AE238) is known color: Lime Green. HEX triplet: 4A, E2 and 38. RGB value is (74,226,56). Sum of RGB (Red+Green+Blue) = 74+226+56=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 226 (88.67% from 255 or 63.48% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 226 - color contains mainly: green. Hex color #4AE238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AE238 is #B51DC7. Grayscale: #A1A1A1. Windows color (decimal): -11869640 or 3727946. OLE color: 3727946.
HSL color Cylindrical-coordinate representation of color #4AE238: hue angle of 113.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AE238 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 74 | 226 | 56 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.11 |
| HSL | 113.65º | 0.75% | 0.55% | - |
| HSV(B) | 113.65º | 0.75% | 0.89% | - |
| XYZ | 30.73 | 56.13 | 12.96 | - |
| YUV | 161.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 226 | 56 | 0.67 | 0 | 0.75 | 0.11 | 113.65 | 0.75 | 0.55 |
| Hex | 4A | E2 | 38 | 43 | 0 | 4B | B | 72 | 4B | 37 |
| Octal | 112 | 342 | 70 | 103 | 0 | 113 | 13 | 162 | 113 | 67 |
| Binary | 1001010 | 11100010 | 111000 | 1000011 | 0 | 1001011 | 1011 | 1110010 | 1001011 | 110111 |
Color Harmonies of #4AE238
Complementary color
Monochromatic Colors of #4AE238
Black with #4AE238
Text Example
Text Example
White with #4AE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE238; }
p { color: rgb(74,226,56); }
H1.HeaderClassName
{
color: #4AE238;
}
.AnyTagClassName
{
color: #4AE238;
}
</style>
background-color css
<style>
a { background-color: #4AE238; }
a { background-color: rgb(74,226,56); }
div.DivClassName
{
background-color: #4AE238;
}
.BgClassName
{
background-color: #4AE238;
}
</style>
border-color css
<style>
span { border-color: #4AE238; }
span { border-color: rgb(74,226,56); }
td.TdClassName
{
border-color: #4AE238;
}
.TagClassName
{
border-color: #4AE238;
}
</style>