Shades of Lime Green #4AF737
Tints of Lime Green #4AF737
RGB
CMYK
RGB Variations
Color information
#4AF737 (or 0x4AF737) is known color: Lime Green. HEX triplet: 4A, F7 and 37. RGB value is (74,247,55). Sum of RGB (Red+Green+Blue) = 74+247+55=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 247 (96.88% from 255 or 65.69% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 247 - color contains mainly: green. Hex color #4AF737 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF737 is #B508C8. Grayscale: #ADADAD. Windows color (decimal): -11864265 or 3667786. OLE color: 3667786.
HSL color Cylindrical-coordinate representation of color #4AF737: hue angle of 114.06º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AF737 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 74 | 247 | 55 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.03 |
| HSL | 114.06º | 0.92% | 0.59% | - |
| HSV(B) | 114.06º | 0.78% | 0.97% | - |
| XYZ | 36.77 | 68.25 | 14.85 | - |
| YUV | 173.39 | 61.19 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 247 | 55 | 0.70 | 0 | 0.78 | 0.03 | 114.06 | 0.92 | 0.59 |
| Hex | 4A | F7 | 37 | 46 | 0 | 4E | 3 | 72 | 5C | 3B |
| Octal | 112 | 367 | 67 | 106 | 0 | 116 | 3 | 162 | 134 | 73 |
| Binary | 1001010 | 11110111 | 110111 | 1000110 | 0 | 1001110 | 11 | 1110010 | 1011100 | 111011 |
Color Harmonies of #4AF737
Complementary color
Monochromatic Colors of #4AF737
Black with #4AF737
Text Example
Text Example
White with #4AF737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF737; }
p { color: rgb(74,247,55); }
H1.HeaderClassName
{
color: #4AF737;
}
.AnyTagClassName
{
color: #4AF737;
}
</style>
background-color css
<style>
a { background-color: #4AF737; }
a { background-color: rgb(74,247,55); }
div.DivClassName
{
background-color: #4AF737;
}
.BgClassName
{
background-color: #4AF737;
}
</style>
border-color css
<style>
span { border-color: #4AF737; }
span { border-color: rgb(74,247,55); }
td.TdClassName
{
border-color: #4AF737;
}
.TagClassName
{
border-color: #4AF737;
}
</style>