Shades of Lime Green #4CE749
Tints of Lime Green #4CE749
RGB
CMYK
RGB Variations
Color information
#4CE749 (or 0x4CE749) is known color: Lime Green. HEX triplet: 4C, E7 and 49. RGB value is (76,231,73). Sum of RGB (Red+Green+Blue) = 76+231+73=380 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE749 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE749 is #B318B6. Grayscale: #A7A7A7. Windows color (decimal): -11737271 or 4843340. OLE color: 4843340.
HSL color Cylindrical-coordinate representation of color #4CE749: hue angle of 118.86º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CE749 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 73 | - |
| CMYK | 0.67 | 0 | 0.68 | 0.09 |
| HSL | 118.86º | 0.77% | 0.6% | - |
| HSV(B) | 118.86º | 0.68% | 0.91% | - |
| XYZ | 32.76 | 59.17 | 16 | - |
| YUV | 166.64 | 75.15 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 73 | 0.67 | 0 | 0.68 | 0.09 | 118.86 | 0.77 | 0.6 |
| Hex | 4C | E7 | 49 | 43 | 0 | 44 | 9 | 77 | 4D | 3C |
| Octal | 114 | 347 | 111 | 103 | 0 | 104 | 11 | 167 | 115 | 74 |
| Binary | 1001100 | 11100111 | 1001001 | 1000011 | 0 | 1000100 | 1001 | 1110111 | 1001101 | 111100 |
Color Harmonies of #4CE749
Complementary color
Monochromatic Colors of #4CE749
Black with #4CE749
Text Example
Text Example
White with #4CE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE749; }
p { color: rgb(76,231,73); }
H1.HeaderClassName
{
color: #4CE749;
}
.AnyTagClassName
{
color: #4CE749;
}
</style>
background-color css
<style>
a { background-color: #4CE749; }
a { background-color: rgb(76,231,73); }
div.DivClassName
{
background-color: #4CE749;
}
.BgClassName
{
background-color: #4CE749;
}
</style>
border-color css
<style>
span { border-color: #4CE749; }
span { border-color: rgb(76,231,73); }
td.TdClassName
{
border-color: #4CE749;
}
.TagClassName
{
border-color: #4CE749;
}
</style>