Shades of Lime Green #4AF440
Tints of Lime Green #4AF440
RGB
CMYK
RGB Variations
Color information
#4AF440 (or 0x4AF440) is known color: Lime Green. HEX triplet: 4A, F4 and 40. RGB value is (74,244,64). Sum of RGB (Red+Green+Blue) = 74+244+64=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 244 (95.70% from 255 or 63.87% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF440 is #B50BBF. Grayscale: #ADADAD. Windows color (decimal): -11865024 or 4256842. OLE color: 4256842.
HSL color Cylindrical-coordinate representation of color #4AF440: hue angle of 116.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AF440 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 64 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.04 |
| HSL | 116.67º | 0.89% | 0.6% | - |
| HSV(B) | 116.67º | 0.74% | 0.96% | - |
| XYZ | 36.1 | 66.53 | 15.79 | - |
| YUV | 172.65 | 66.68 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 64 | 0.70 | 0 | 0.74 | 0.04 | 116.67 | 0.89 | 0.6 |
| Hex | 4A | F4 | 40 | 46 | 0 | 4A | 4 | 75 | 59 | 3C |
| Octal | 112 | 364 | 100 | 106 | 0 | 112 | 4 | 165 | 131 | 74 |
| Binary | 1001010 | 11110100 | 1000000 | 1000110 | 0 | 1001010 | 100 | 1110101 | 1011001 | 111100 |
Color Harmonies of #4AF440
Complementary color
Monochromatic Colors of #4AF440
Black with #4AF440
Text Example
Text Example
White with #4AF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF440; }
p { color: rgb(74,244,64); }
H1.HeaderClassName
{
color: #4AF440;
}
.AnyTagClassName
{
color: #4AF440;
}
</style>
background-color css
<style>
a { background-color: #4AF440; }
a { background-color: rgb(74,244,64); }
div.DivClassName
{
background-color: #4AF440;
}
.BgClassName
{
background-color: #4AF440;
}
</style>
border-color css
<style>
span { border-color: #4AF440; }
span { border-color: rgb(74,244,64); }
td.TdClassName
{
border-color: #4AF440;
}
.TagClassName
{
border-color: #4AF440;
}
</style>