Shades of Lime Green #4AEA4A
Tints of Lime Green #4AEA4A
RGB
CMYK
RGB Variations
Color information
#4AEA4A (or 0x4AEA4A) is known color: Lime Green. HEX triplet: 4A, EA and 4A. RGB value is (74,234,74). Sum of RGB (Red+Green+Blue) = 74+234+74=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 234 (91.80% from 255 or 61.26% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA4A is #B515B5. Grayscale: #A8A8A8. Windows color (decimal): -11867574 or 4909642. OLE color: 4909642.
HSL color Cylindrical-coordinate representation of color #4AEA4A: hue angle of 120º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AEA4A is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 74 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.08 |
| HSL | 120º | 0.79% | 0.6% | - |
| HSV(B) | 120º | 0.68% | 0.92% | - |
| XYZ | 33.48 | 60.8 | 16.45 | - |
| YUV | 167.92 | 74.99 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 74 | 0.68 | 0 | 0.68 | 0.08 | 120 | 0.79 | 0.6 |
| Hex | 4A | EA | 4A | 44 | 0 | 44 | 8 | 78 | 4F | 3C |
| Octal | 112 | 352 | 112 | 104 | 0 | 104 | 10 | 170 | 117 | 74 |
| Binary | 1001010 | 11101010 | 1001010 | 1000100 | 0 | 1000100 | 1000 | 1111000 | 1001111 | 111100 |
Color Harmonies of #4AEA4A
Complementary color
Monochromatic Colors of #4AEA4A
Black with #4AEA4A
Text Example
Text Example
White with #4AEA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEA4A; }
p { color: rgb(74,234,74); }
H1.HeaderClassName
{
color: #4AEA4A;
}
.AnyTagClassName
{
color: #4AEA4A;
}
</style>
background-color css
<style>
a { background-color: #4AEA4A; }
a { background-color: rgb(74,234,74); }
div.DivClassName
{
background-color: #4AEA4A;
}
.BgClassName
{
background-color: #4AEA4A;
}
</style>
border-color css
<style>
span { border-color: #4AEA4A; }
span { border-color: rgb(74,234,74); }
td.TdClassName
{
border-color: #4AEA4A;
}
.TagClassName
{
border-color: #4AEA4A;
}
</style>