Shades of Lime Green #4AE748
Tints of Lime Green #4AE748
RGB
CMYK
RGB Variations
Color information
#4AE748 (or 0x4AE748) is known color: Lime Green. HEX triplet: 4A, E7 and 48. RGB value is (74,231,72). Sum of RGB (Red+Green+Blue) = 74+231+72=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 231 (90.62% from 255 or 61.27% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 231 - color contains mainly: green. Hex color #4AE748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AE748 is #B518B7. Grayscale: #A6A6A6. Windows color (decimal): -11868344 or 4777802. OLE color: 4777802.
HSL color Cylindrical-coordinate representation of color #4AE748: hue angle of 119.25º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AE748 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 231 | 72 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.09 |
| HSL | 119.25º | 0.77% | 0.59% | - |
| HSV(B) | 119.25º | 0.69% | 0.91% | - |
| XYZ | 32.57 | 59.08 | 15.82 | - |
| YUV | 165.93 | 74.99 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 231 | 72 | 0.68 | 0 | 0.69 | 0.09 | 119.25 | 0.77 | 0.59 |
| Hex | 4A | E7 | 48 | 44 | 0 | 45 | 9 | 77 | 4D | 3B |
| Octal | 112 | 347 | 110 | 104 | 0 | 105 | 11 | 167 | 115 | 73 |
| Binary | 1001010 | 11100111 | 1001000 | 1000100 | 0 | 1000101 | 1001 | 1110111 | 1001101 | 111011 |
Color Harmonies of #4AE748
Complementary color
Monochromatic Colors of #4AE748
Black with #4AE748
Text Example
Text Example
White with #4AE748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AE748; }
p { color: rgb(74,231,72); }
H1.HeaderClassName
{
color: #4AE748;
}
.AnyTagClassName
{
color: #4AE748;
}
</style>
background-color css
<style>
a { background-color: #4AE748; }
a { background-color: rgb(74,231,72); }
div.DivClassName
{
background-color: #4AE748;
}
.BgClassName
{
background-color: #4AE748;
}
</style>
border-color css
<style>
span { border-color: #4AE748; }
span { border-color: rgb(74,231,72); }
td.TdClassName
{
border-color: #4AE748;
}
.TagClassName
{
border-color: #4AE748;
}
</style>