Shades of Lime Green #4AEE2A
Tints of Lime Green #4AEE2A
RGB
CMYK
RGB Variations
Color information
#4AEE2A (or 0x4AEE2A) is known color: Lime Green. HEX triplet: 4A, EE and 2A. RGB value is (74,238,42). Sum of RGB (Red+Green+Blue) = 74+238+42=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 238 (93.36% from 255 or 67.23% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEE2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEE2A is #B511D5. Grayscale: #A7A7A7. Windows color (decimal): -11866582 or 2813514. OLE color: 2813514.
HSL color Cylindrical-coordinate representation of color #4AEE2A: hue angle of 110.2º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AEE2A is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 42 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.07 |
| HSL | 110.2º | 0.85% | 0.55% | - |
| HSV(B) | 110.2º | 0.82% | 0.93% | - |
| XYZ | 33.82 | 62.77 | 12.52 | - |
| YUV | 166.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 42 | 0.69 | 0 | 0.82 | 0.07 | 110.2 | 0.85 | 0.55 |
| Hex | 4A | EE | 2A | 45 | 0 | 52 | 7 | 6E | 55 | 37 |
| Octal | 112 | 356 | 52 | 105 | 0 | 122 | 7 | 156 | 125 | 67 |
| Binary | 1001010 | 11101110 | 101010 | 1000101 | 0 | 1010010 | 111 | 1101110 | 1010101 | 110111 |
Color Harmonies of #4AEE2A
Complementary color
Monochromatic Colors of #4AEE2A
Black with #4AEE2A
Text Example
Text Example
White with #4AEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEE2A; }
p { color: rgb(74,238,42); }
H1.HeaderClassName
{
color: #4AEE2A;
}
.AnyTagClassName
{
color: #4AEE2A;
}
</style>
background-color css
<style>
a { background-color: #4AEE2A; }
a { background-color: rgb(74,238,42); }
div.DivClassName
{
background-color: #4AEE2A;
}
.BgClassName
{
background-color: #4AEE2A;
}
</style>
border-color css
<style>
span { border-color: #4AEE2A; }
span { border-color: rgb(74,238,42); }
td.TdClassName
{
border-color: #4AEE2A;
}
.TagClassName
{
border-color: #4AEE2A;
}
</style>