Shades of Lime Green #4CE02D
Tints of Lime Green #4CE02D
RGB
CMYK
RGB Variations
Color information
#4CE02D (or 0x4CE02D) is known color: Lime Green. HEX triplet: 4C, E0 and 2D. RGB value is (76,224,45). Sum of RGB (Red+Green+Blue) = 76+224+45=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 224 (87.89% from 255 or 64.93% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE02D is #B31FD2. Grayscale: #9F9F9F. Windows color (decimal): -11739091 or 3006540. OLE color: 3006540.
HSL color Cylindrical-coordinate representation of color #4CE02D: hue angle of 109.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CE02D is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 45 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.12 |
| HSL | 109.61º | 0.74% | 0.53% | - |
| HSV(B) | 109.61º | 0.8% | 0.88% | - |
| XYZ | 30.11 | 55.04 | 11.52 | - |
| YUV | 159.34 | 63.47 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 45 | 0.66 | 0 | 0.80 | 0.12 | 109.61 | 0.74 | 0.53 |
| Hex | 4C | E0 | 2D | 42 | 0 | 50 | C | 6E | 4A | 35 |
| Octal | 114 | 340 | 55 | 102 | 0 | 120 | 14 | 156 | 112 | 65 |
| Binary | 1001100 | 11100000 | 101101 | 1000010 | 0 | 1010000 | 1100 | 1101110 | 1001010 | 110101 |
Color Harmonies of #4CE02D
Complementary color
Monochromatic Colors of #4CE02D
Black with #4CE02D
Text Example
Text Example
White with #4CE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE02D; }
p { color: rgb(76,224,45); }
H1.HeaderClassName
{
color: #4CE02D;
}
.AnyTagClassName
{
color: #4CE02D;
}
</style>
background-color css
<style>
a { background-color: #4CE02D; }
a { background-color: rgb(76,224,45); }
div.DivClassName
{
background-color: #4CE02D;
}
.BgClassName
{
background-color: #4CE02D;
}
</style>
border-color css
<style>
span { border-color: #4CE02D; }
span { border-color: rgb(76,224,45); }
td.TdClassName
{
border-color: #4CE02D;
}
.TagClassName
{
border-color: #4CE02D;
}
</style>