Shades of Lime Green #4AF637
Tints of Lime Green #4AF637
RGB
CMYK
RGB Variations
Color information
#4AF637 (or 0x4AF637) is known color: Lime Green. HEX triplet: 4A, F6 and 37. RGB value is (74,246,55). Sum of RGB (Red+Green+Blue) = 74+246+55=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 246 (96.48% from 255 or 65.6% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF637 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF637 is #B509C8. Grayscale: #ADADAD. Windows color (decimal): -11864521 or 3667530. OLE color: 3667530.
HSL color Cylindrical-coordinate representation of color #4AF637: hue angle of 114.03º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AF637 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 74 | 246 | 55 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.04 |
| HSL | 114.03º | 0.91% | 0.59% | - |
| HSV(B) | 114.03º | 0.78% | 0.96% | - |
| XYZ | 36.47 | 67.64 | 14.75 | - |
| YUV | 172.8 | 61.52 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 246 | 55 | 0.70 | 0 | 0.78 | 0.04 | 114.03 | 0.91 | 0.59 |
| Hex | 4A | F6 | 37 | 46 | 0 | 4E | 4 | 72 | 5B | 3B |
| Octal | 112 | 366 | 67 | 106 | 0 | 116 | 4 | 162 | 133 | 73 |
| Binary | 1001010 | 11110110 | 110111 | 1000110 | 0 | 1001110 | 100 | 1110010 | 1011011 | 111011 |
Color Harmonies of #4AF637
Complementary color
Monochromatic Colors of #4AF637
Black with #4AF637
Text Example
Text Example
White with #4AF637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF637; }
p { color: rgb(74,246,55); }
H1.HeaderClassName
{
color: #4AF637;
}
.AnyTagClassName
{
color: #4AF637;
}
</style>
background-color css
<style>
a { background-color: #4AF637; }
a { background-color: rgb(74,246,55); }
div.DivClassName
{
background-color: #4AF637;
}
.BgClassName
{
background-color: #4AF637;
}
</style>
border-color css
<style>
span { border-color: #4AF637; }
span { border-color: rgb(74,246,55); }
td.TdClassName
{
border-color: #4AF637;
}
.TagClassName
{
border-color: #4AF637;
}
</style>