Shades of Lime Green #4CE828
Tints of Lime Green #4CE828
RGB
CMYK
RGB Variations
Color information
#4CE828 (or 0x4CE828) is known color: Lime Green. HEX triplet: 4C, E8 and 28. RGB value is (76,232,40). Sum of RGB (Red+Green+Blue) = 76+232+40=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 232 (91.02% from 255 or 66.67% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE828 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE828 is #B317D7. Grayscale: #A4A4A4. Windows color (decimal): -11737048 or 2680908. OLE color: 2680908.
HSL color Cylindrical-coordinate representation of color #4CE828: hue angle of 108.75º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4CE828 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 40 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.09 |
| HSL | 108.75º | 0.81% | 0.53% | - |
| HSV(B) | 108.75º | 0.83% | 0.91% | - |
| XYZ | 32.22 | 59.4 | 11.78 | - |
| YUV | 163.47 | 58.32 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 40 | 0.67 | 0 | 0.83 | 0.09 | 108.75 | 0.81 | 0.53 |
| Hex | 4C | E8 | 28 | 43 | 0 | 53 | 9 | 6D | 51 | 35 |
| Octal | 114 | 350 | 50 | 103 | 0 | 123 | 11 | 155 | 121 | 65 |
| Binary | 1001100 | 11101000 | 101000 | 1000011 | 0 | 1010011 | 1001 | 1101101 | 1010001 | 110101 |
Color Harmonies of #4CE828
Complementary color
Monochromatic Colors of #4CE828
Black with #4CE828
Text Example
Text Example
White with #4CE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE828; }
p { color: rgb(76,232,40); }
H1.HeaderClassName
{
color: #4CE828;
}
.AnyTagClassName
{
color: #4CE828;
}
</style>
background-color css
<style>
a { background-color: #4CE828; }
a { background-color: rgb(76,232,40); }
div.DivClassName
{
background-color: #4CE828;
}
.BgClassName
{
background-color: #4CE828;
}
</style>
border-color css
<style>
span { border-color: #4CE828; }
span { border-color: rgb(76,232,40); }
td.TdClassName
{
border-color: #4CE828;
}
.TagClassName
{
border-color: #4CE828;
}
</style>