Shades of Lime Green #4AF63B
Tints of Lime Green #4AF63B
RGB
CMYK
RGB Variations
Color information
#4AF63B (or 0x4AF63B) is known color: Lime Green. HEX triplet: 4A, F6 and 3B. RGB value is (74,246,59). Sum of RGB (Red+Green+Blue) = 74+246+59=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF63B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF63B is #B509C4. Grayscale: #ADADAD. Windows color (decimal): -11864517 or 3929674. OLE color: 3929674.
HSL color Cylindrical-coordinate representation of color #4AF63B: hue angle of 115.19º 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 #4AF63B is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 59 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.04 |
| HSL | 115.19º | 0.91% | 0.6% | - |
| HSV(B) | 115.19º | 0.76% | 0.96% | - |
| XYZ | 36.57 | 67.68 | 15.27 | - |
| YUV | 173.25 | 63.52 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 59 | 0.70 | 0 | 0.76 | 0.04 | 115.19 | 0.91 | 0.6 |
| Hex | 4A | F6 | 3B | 46 | 0 | 4C | 4 | 73 | 5B | 3C |
| Octal | 112 | 366 | 73 | 106 | 0 | 114 | 4 | 163 | 133 | 74 |
| Binary | 1001010 | 11110110 | 111011 | 1000110 | 0 | 1001100 | 100 | 1110011 | 1011011 | 111100 |
Color Harmonies of #4AF63B
Complementary color
Monochromatic Colors of #4AF63B
Black with #4AF63B
Text Example
Text Example
White with #4AF63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF63B; }
p { color: rgb(74,246,59); }
H1.HeaderClassName
{
color: #4AF63B;
}
.AnyTagClassName
{
color: #4AF63B;
}
</style>
background-color css
<style>
a { background-color: #4AF63B; }
a { background-color: rgb(74,246,59); }
div.DivClassName
{
background-color: #4AF63B;
}
.BgClassName
{
background-color: #4AF63B;
}
</style>
border-color css
<style>
span { border-color: #4AF63B; }
span { border-color: rgb(74,246,59); }
td.TdClassName
{
border-color: #4AF63B;
}
.TagClassName
{
border-color: #4AF63B;
}
</style>