Shades of Lime Green #4CE845
Tints of Lime Green #4CE845
RGB
CMYK
RGB Variations
Color information
#4CE845 (or 0x4CE845) is known color: Lime Green. HEX triplet: 4C, E8 and 45. RGB value is (76,232,69). Sum of RGB (Red+Green+Blue) = 76+232+69=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 232 (91.02% from 255 or 61.54% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE845 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE845 is #B317BA. Grayscale: #A7A7A7. Windows color (decimal): -11737019 or 4581452. OLE color: 4581452.
HSL color Cylindrical-coordinate representation of color #4CE845: hue angle of 117.42º degrees, saturation: 0.78, 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 #4CE845 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 69 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.09 |
| HSL | 117.42º | 0.78% | 0.59% | - |
| HSV(B) | 117.42º | 0.7% | 0.91% | - |
| XYZ | 32.91 | 59.68 | 15.41 | - |
| YUV | 166.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 69 | 0.67 | 0 | 0.70 | 0.09 | 117.42 | 0.78 | 0.59 |
| Hex | 4C | E8 | 45 | 43 | 0 | 46 | 9 | 75 | 4E | 3B |
| Octal | 114 | 350 | 105 | 103 | 0 | 106 | 11 | 165 | 116 | 73 |
| Binary | 1001100 | 11101000 | 1000101 | 1000011 | 0 | 1000110 | 1001 | 1110101 | 1001110 | 111011 |
Color Harmonies of #4CE845
Complementary color
Monochromatic Colors of #4CE845
Black with #4CE845
Text Example
Text Example
White with #4CE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE845; }
p { color: rgb(76,232,69); }
H1.HeaderClassName
{
color: #4CE845;
}
.AnyTagClassName
{
color: #4CE845;
}
</style>
background-color css
<style>
a { background-color: #4CE845; }
a { background-color: rgb(76,232,69); }
div.DivClassName
{
background-color: #4CE845;
}
.BgClassName
{
background-color: #4CE845;
}
</style>
border-color css
<style>
span { border-color: #4CE845; }
span { border-color: rgb(76,232,69); }
td.TdClassName
{
border-color: #4CE845;
}
.TagClassName
{
border-color: #4CE845;
}
</style>