Shades of Lime Green #4AF63E
Tints of Lime Green #4AF63E
RGB
CMYK
RGB Variations
Color information
#4AF63E (or 0x4AF63E) is known color: Lime Green. HEX triplet: 4A, F6 and 3E. RGB value is (74,246,62). Sum of RGB (Red+Green+Blue) = 74+246+62=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 246 (96.48% from 255 or 64.40% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF63E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF63E is #B509C1. Grayscale: #AEAEAE. Windows color (decimal): -11864514 or 4126282. OLE color: 4126282.
HSL color Cylindrical-coordinate representation of color #4AF63E: hue angle of 116.09º degrees, saturation: 0.91, 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 #4AF63E is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 62 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.04 |
| HSL | 116.09º | 0.91% | 0.6% | - |
| HSV(B) | 116.09º | 0.75% | 0.96% | - |
| XYZ | 36.65 | 67.72 | 15.7 | - |
| YUV | 173.6 | 65.02 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 62 | 0.70 | 0 | 0.75 | 0.04 | 116.09 | 0.91 | 0.6 |
| Hex | 4A | F6 | 3E | 46 | 0 | 4B | 4 | 74 | 5B | 3C |
| Octal | 112 | 366 | 76 | 106 | 0 | 113 | 4 | 164 | 133 | 74 |
| Binary | 1001010 | 11110110 | 111110 | 1000110 | 0 | 1001011 | 100 | 1110100 | 1011011 | 111100 |
Color Harmonies of #4AF63E
Complementary color
Monochromatic Colors of #4AF63E
Black with #4AF63E
Text Example
Text Example
White with #4AF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF63E; }
p { color: rgb(74,246,62); }
H1.HeaderClassName
{
color: #4AF63E;
}
.AnyTagClassName
{
color: #4AF63E;
}
</style>
background-color css
<style>
a { background-color: #4AF63E; }
a { background-color: rgb(74,246,62); }
div.DivClassName
{
background-color: #4AF63E;
}
.BgClassName
{
background-color: #4AF63E;
}
</style>
border-color css
<style>
span { border-color: #4AF63E; }
span { border-color: rgb(74,246,62); }
td.TdClassName
{
border-color: #4AF63E;
}
.TagClassName
{
border-color: #4AF63E;
}
</style>