Shades of Lime Green #4AEA2F
Tints of Lime Green #4AEA2F
RGB
CMYK
RGB Variations
Color information
#4AEA2F (or 0x4AEA2F) is known color: Lime Green. HEX triplet: 4A, EA and 2F. RGB value is (74,234,47). Sum of RGB (Red+Green+Blue) = 74+234+47=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 234 (91.80% from 255 or 65.92% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA2F is #B515D0. Grayscale: #A5A5A5. Windows color (decimal): -11867601 or 3140170. OLE color: 3140170.
HSL color Cylindrical-coordinate representation of color #4AEA2F: hue angle of 111.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AEA2F is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 47 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.08 |
| HSL | 111.34º | 0.82% | 0.55% | - |
| HSV(B) | 111.34º | 0.8% | 0.92% | - |
| XYZ | 32.76 | 60.51 | 12.64 | - |
| YUV | 164.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 47 | 0.68 | 0 | 0.80 | 0.08 | 111.34 | 0.82 | 0.55 |
| Hex | 4A | EA | 2F | 44 | 0 | 50 | 8 | 6F | 52 | 37 |
| Octal | 112 | 352 | 57 | 104 | 0 | 120 | 10 | 157 | 122 | 67 |
| Binary | 1001010 | 11101010 | 101111 | 1000100 | 0 | 1010000 | 1000 | 1101111 | 1010010 | 110111 |
Color Harmonies of #4AEA2F
Complementary color
Monochromatic Colors of #4AEA2F
Black with #4AEA2F
Text Example
Text Example
White with #4AEA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEA2F; }
p { color: rgb(74,234,47); }
H1.HeaderClassName
{
color: #4AEA2F;
}
.AnyTagClassName
{
color: #4AEA2F;
}
</style>
background-color css
<style>
a { background-color: #4AEA2F; }
a { background-color: rgb(74,234,47); }
div.DivClassName
{
background-color: #4AEA2F;
}
.BgClassName
{
background-color: #4AEA2F;
}
</style>
border-color css
<style>
span { border-color: #4AEA2F; }
span { border-color: rgb(74,234,47); }
td.TdClassName
{
border-color: #4AEA2F;
}
.TagClassName
{
border-color: #4AEA2F;
}
</style>