Shades of Lime Green #4CE328
Tints of Lime Green #4CE328
RGB
CMYK
RGB Variations
Color information
#4CE328 (or 0x4CE328) is known color: Lime Green. HEX triplet: 4C, E3 and 28. RGB value is (76,227,40). Sum of RGB (Red+Green+Blue) = 76+227+40=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 227 (89.06% from 255 or 66.18% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 227 - color contains mainly: green. Hex color #4CE328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE328 is #B31CD7. Grayscale: #A1A1A1. Windows color (decimal): -11738328 or 2679628. OLE color: 2679628.
HSL color Cylindrical-coordinate representation of color #4CE328: hue angle of 108.45º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CE328 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 227 | 40 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.11 |
| HSL | 108.45º | 0.77% | 0.52% | - |
| HSV(B) | 108.45º | 0.82% | 0.89% | - |
| XYZ | 30.83 | 56.63 | 11.31 | - |
| YUV | 160.53 | 59.97 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 227 | 40 | 0.67 | 0 | 0.82 | 0.11 | 108.45 | 0.77 | 0.52 |
| Hex | 4C | E3 | 28 | 43 | 0 | 52 | B | 6C | 4D | 34 |
| Octal | 114 | 343 | 50 | 103 | 0 | 122 | 13 | 154 | 115 | 64 |
| Binary | 1001100 | 11100011 | 101000 | 1000011 | 0 | 1010010 | 1011 | 1101100 | 1001101 | 110100 |
Color Harmonies of #4CE328
Complementary color
Monochromatic Colors of #4CE328
Black with #4CE328
Text Example
Text Example
White with #4CE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE328; }
p { color: rgb(76,227,40); }
H1.HeaderClassName
{
color: #4CE328;
}
.AnyTagClassName
{
color: #4CE328;
}
</style>
background-color css
<style>
a { background-color: #4CE328; }
a { background-color: rgb(76,227,40); }
div.DivClassName
{
background-color: #4CE328;
}
.BgClassName
{
background-color: #4CE328;
}
</style>
border-color css
<style>
span { border-color: #4CE328; }
span { border-color: rgb(76,227,40); }
td.TdClassName
{
border-color: #4CE328;
}
.TagClassName
{
border-color: #4CE328;
}
</style>