Shades of Lime Green #4CE746
Tints of Lime Green #4CE746
RGB
CMYK
RGB Variations
Color information
#4CE746 (or 0x4CE746) is known color: Lime Green. HEX triplet: 4C, E7 and 46. RGB value is (76,231,70). Sum of RGB (Red+Green+Blue) = 76+231+70=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 231 (90.62% from 255 or 61.27% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 231 - color contains mainly: green. Hex color #4CE746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE746 is #B318B9. Grayscale: #A6A6A6. Windows color (decimal): -11737274 or 4646732. OLE color: 4646732.
HSL color Cylindrical-coordinate representation of color #4CE746: hue angle of 117.76º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CE746 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 231 | 70 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.09 |
| HSL | 117.76º | 0.77% | 0.59% | - |
| HSV(B) | 117.76º | 0.7% | 0.91% | - |
| XYZ | 32.66 | 59.13 | 15.49 | - |
| YUV | 166.3 | 73.65 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 231 | 70 | 0.67 | 0 | 0.70 | 0.09 | 117.76 | 0.77 | 0.59 |
| Hex | 4C | E7 | 46 | 43 | 0 | 46 | 9 | 76 | 4D | 3B |
| Octal | 114 | 347 | 106 | 103 | 0 | 106 | 11 | 166 | 115 | 73 |
| Binary | 1001100 | 11100111 | 1000110 | 1000011 | 0 | 1000110 | 1001 | 1110110 | 1001101 | 111011 |
Color Harmonies of #4CE746
Complementary color
Monochromatic Colors of #4CE746
Black with #4CE746
Text Example
Text Example
White with #4CE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE746; }
p { color: rgb(76,231,70); }
H1.HeaderClassName
{
color: #4CE746;
}
.AnyTagClassName
{
color: #4CE746;
}
</style>
background-color css
<style>
a { background-color: #4CE746; }
a { background-color: rgb(76,231,70); }
div.DivClassName
{
background-color: #4CE746;
}
.BgClassName
{
background-color: #4CE746;
}
</style>
border-color css
<style>
span { border-color: #4CE746; }
span { border-color: rgb(76,231,70); }
td.TdClassName
{
border-color: #4CE746;
}
.TagClassName
{
border-color: #4CE746;
}
</style>