Shades of Lime Green #4AF53E
Tints of Lime Green #4AF53E
RGB
CMYK
RGB Variations
Color information
#4AF53E (or 0x4AF53E) is known color: Lime Green. HEX triplet: 4A, F5 and 3E. RGB value is (74,245,62). Sum of RGB (Red+Green+Blue) = 74+245+62=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 245 (96.09% from 255 or 64.30% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 245 - color contains mainly: green. Hex color #4AF53E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF53E is #B50AC1. Grayscale: #ADADAD. Windows color (decimal): -11864770 or 4126026. OLE color: 4126026.
HSL color Cylindrical-coordinate representation of color #4AF53E: hue angle of 116.07º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4AF53E is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 245 | 62 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.04 |
| HSL | 116.07º | 0.9% | 0.6% | - |
| HSV(B) | 116.07º | 0.75% | 0.96% | - |
| XYZ | 36.35 | 67.11 | 15.6 | - |
| YUV | 173.01 | 65.35 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 245 | 62 | 0.70 | 0 | 0.75 | 0.04 | 116.07 | 0.9 | 0.6 |
| Hex | 4A | F5 | 3E | 46 | 0 | 4B | 4 | 74 | 5A | 3C |
| Octal | 112 | 365 | 76 | 106 | 0 | 113 | 4 | 164 | 132 | 74 |
| Binary | 1001010 | 11110101 | 111110 | 1000110 | 0 | 1001011 | 100 | 1110100 | 1011010 | 111100 |
Color Harmonies of #4AF53E
Complementary color
Monochromatic Colors of #4AF53E
Black with #4AF53E
Text Example
Text Example
White with #4AF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF53E; }
p { color: rgb(74,245,62); }
H1.HeaderClassName
{
color: #4AF53E;
}
.AnyTagClassName
{
color: #4AF53E;
}
</style>
background-color css
<style>
a { background-color: #4AF53E; }
a { background-color: rgb(74,245,62); }
div.DivClassName
{
background-color: #4AF53E;
}
.BgClassName
{
background-color: #4AF53E;
}
</style>
border-color css
<style>
span { border-color: #4AF53E; }
span { border-color: rgb(74,245,62); }
td.TdClassName
{
border-color: #4AF53E;
}
.TagClassName
{
border-color: #4AF53E;
}
</style>