Shades of Lime Green #4AF63A
Tints of Lime Green #4AF63A
RGB
CMYK
RGB Variations
Color information
#4AF63A (or 0x4AF63A) is known color: Lime Green. HEX triplet: 4A, F6 and 3A. RGB value is (74,246,58). Sum of RGB (Red+Green+Blue) = 74+246+58=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 246 (96.48% from 255 or 65.08% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF63A is #B509C5. Grayscale: #ADADAD. Windows color (decimal): -11864518 or 3864138. OLE color: 3864138.
HSL color Cylindrical-coordinate representation of color #4AF63A: hue angle of 114.89º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AF63A is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 58 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.04 |
| HSL | 114.89º | 0.91% | 0.6% | - |
| HSV(B) | 114.89º | 0.76% | 0.96% | - |
| XYZ | 36.54 | 67.67 | 15.14 | - |
| YUV | 173.14 | 63.02 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 58 | 0.70 | 0 | 0.76 | 0.04 | 114.89 | 0.91 | 0.6 |
| Hex | 4A | F6 | 3A | 46 | 0 | 4C | 4 | 73 | 5B | 3C |
| Octal | 112 | 366 | 72 | 106 | 0 | 114 | 4 | 163 | 133 | 74 |
| Binary | 1001010 | 11110110 | 111010 | 1000110 | 0 | 1001100 | 100 | 1110011 | 1011011 | 111100 |
Color Harmonies of #4AF63A
Complementary color
Monochromatic Colors of #4AF63A
Black with #4AF63A
Text Example
Text Example
White with #4AF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF63A; }
p { color: rgb(74,246,58); }
H1.HeaderClassName
{
color: #4AF63A;
}
.AnyTagClassName
{
color: #4AF63A;
}
</style>
background-color css
<style>
a { background-color: #4AF63A; }
a { background-color: rgb(74,246,58); }
div.DivClassName
{
background-color: #4AF63A;
}
.BgClassName
{
background-color: #4AF63A;
}
</style>
border-color css
<style>
span { border-color: #4AF63A; }
span { border-color: rgb(74,246,58); }
td.TdClassName
{
border-color: #4AF63A;
}
.TagClassName
{
border-color: #4AF63A;
}
</style>