Shades of Lime Green #4AEE3C
Tints of Lime Green #4AEE3C
RGB
CMYK
RGB Variations
Color information
#4AEE3C (or 0x4AEE3C) is known color: Lime Green. HEX triplet: 4A, EE and 3C. RGB value is (74,238,60). Sum of RGB (Red+Green+Blue) = 74+238+60=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 238 (93.36% from 255 or 63.98% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEE3C is #B511C3. Grayscale: #A9A9A9. Windows color (decimal): -11866564 or 3993162. OLE color: 3993162.
HSL color Cylindrical-coordinate representation of color #4AEE3C: hue angle of 115.28º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AEE3C is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 238 | 60 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.07 |
| HSL | 115.28º | 0.84% | 0.58% | - |
| HSV(B) | 115.28º | 0.75% | 0.93% | - |
| XYZ | 34.21 | 62.93 | 14.62 | - |
| YUV | 168.67 | 66.67 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 238 | 60 | 0.69 | 0 | 0.75 | 0.07 | 115.28 | 0.84 | 0.58 |
| Hex | 4A | EE | 3C | 45 | 0 | 4B | 7 | 73 | 54 | 3A |
| Octal | 112 | 356 | 74 | 105 | 0 | 113 | 7 | 163 | 124 | 72 |
| Binary | 1001010 | 11101110 | 111100 | 1000101 | 0 | 1001011 | 111 | 1110011 | 1010100 | 111010 |
Color Harmonies of #4AEE3C
Complementary color
Monochromatic Colors of #4AEE3C
Black with #4AEE3C
Text Example
Text Example
White with #4AEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEE3C; }
p { color: rgb(74,238,60); }
H1.HeaderClassName
{
color: #4AEE3C;
}
.AnyTagClassName
{
color: #4AEE3C;
}
</style>
background-color css
<style>
a { background-color: #4AEE3C; }
a { background-color: rgb(74,238,60); }
div.DivClassName
{
background-color: #4AEE3C;
}
.BgClassName
{
background-color: #4AEE3C;
}
</style>
border-color css
<style>
span { border-color: #4AEE3C; }
span { border-color: rgb(74,238,60); }
td.TdClassName
{
border-color: #4AEE3C;
}
.TagClassName
{
border-color: #4AEE3C;
}
</style>