Shades of Lime Green #4AEA30
Tints of Lime Green #4AEA30
RGB
CMYK
RGB Variations
Color information
#4AEA30 (or 0x4AEA30) is known color: Lime Green. HEX triplet: 4A, EA and 30. RGB value is (74,234,48). Sum of RGB (Red+Green+Blue) = 74+234+48=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 234 (91.80% from 255 or 65.73% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 234 - color contains mainly: green. Hex color #4AEA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEA30 is #B515CF. Grayscale: #A5A5A5. Windows color (decimal): -11867600 or 3205706. OLE color: 3205706.
HSL color Cylindrical-coordinate representation of color #4AEA30: hue angle of 111.61º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4AEA30 is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 234 | 48 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.08 |
| HSL | 111.61º | 0.82% | 0.55% | - |
| HSV(B) | 111.61º | 0.79% | 0.92% | - |
| XYZ | 32.78 | 60.51 | 12.75 | - |
| YUV | 164.96 | 61.99 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 234 | 48 | 0.68 | 0 | 0.79 | 0.08 | 111.61 | 0.82 | 0.55 |
| Hex | 4A | EA | 30 | 44 | 0 | 4F | 8 | 70 | 52 | 37 |
| Octal | 112 | 352 | 60 | 104 | 0 | 117 | 10 | 160 | 122 | 67 |
| Binary | 1001010 | 11101010 | 110000 | 1000100 | 0 | 1001111 | 1000 | 1110000 | 1010010 | 110111 |
Color Harmonies of #4AEA30
Complementary color
Monochromatic Colors of #4AEA30
Black with #4AEA30
Text Example
Text Example
White with #4AEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEA30; }
p { color: rgb(74,234,48); }
H1.HeaderClassName
{
color: #4AEA30;
}
.AnyTagClassName
{
color: #4AEA30;
}
</style>
background-color css
<style>
a { background-color: #4AEA30; }
a { background-color: rgb(74,234,48); }
div.DivClassName
{
background-color: #4AEA30;
}
.BgClassName
{
background-color: #4AEA30;
}
</style>
border-color css
<style>
span { border-color: #4AEA30; }
span { border-color: rgb(74,234,48); }
td.TdClassName
{
border-color: #4AEA30;
}
.TagClassName
{
border-color: #4AEA30;
}
</style>