Shades of Lime Green #4AF432
Tints of Lime Green #4AF432
RGB
CMYK
RGB Variations
Color information
#4AF432 (or 0x4AF432) is known color: Lime Green. HEX triplet: 4A, F4 and 32. RGB value is (74,244,50). Sum of RGB (Red+Green+Blue) = 74+244+50=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 244 (95.70% from 255 or 66.30% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 244 - color contains mainly: green. Hex color #4AF432 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF432 is #B50BCD. Grayscale: #ABABAB. Windows color (decimal): -11865038 or 3339338. OLE color: 3339338.
HSL color Cylindrical-coordinate representation of color #4AF432: hue angle of 112.58º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AF432 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 244 | 50 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.04 |
| HSL | 112.58º | 0.9% | 0.58% | - |
| HSV(B) | 112.58º | 0.8% | 0.96% | - |
| XYZ | 35.75 | 66.39 | 13.95 | - |
| YUV | 171.05 | 59.68 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 244 | 50 | 0.70 | 0 | 0.80 | 0.04 | 112.58 | 0.9 | 0.58 |
| Hex | 4A | F4 | 32 | 46 | 0 | 50 | 4 | 71 | 5A | 3A |
| Octal | 112 | 364 | 62 | 106 | 0 | 120 | 4 | 161 | 132 | 72 |
| Binary | 1001010 | 11110100 | 110010 | 1000110 | 0 | 1010000 | 100 | 1110001 | 1011010 | 111010 |
Color Harmonies of #4AF432
Complementary color
Monochromatic Colors of #4AF432
Black with #4AF432
Text Example
Text Example
White with #4AF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF432; }
p { color: rgb(74,244,50); }
H1.HeaderClassName
{
color: #4AF432;
}
.AnyTagClassName
{
color: #4AF432;
}
</style>
background-color css
<style>
a { background-color: #4AF432; }
a { background-color: rgb(74,244,50); }
div.DivClassName
{
background-color: #4AF432;
}
.BgClassName
{
background-color: #4AF432;
}
</style>
border-color css
<style>
span { border-color: #4AF432; }
span { border-color: rgb(74,244,50); }
td.TdClassName
{
border-color: #4AF432;
}
.TagClassName
{
border-color: #4AF432;
}
</style>