Shades of Lime Green #4CE02A
Tints of Lime Green #4CE02A
RGB
CMYK
RGB Variations
Color information
#4CE02A (or 0x4CE02A) is known color: Lime Green. HEX triplet: 4C, E0 and 2A. RGB value is (76,224,42). Sum of RGB (Red+Green+Blue) = 76+224+42=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 224 (87.89% from 255 or 65.50% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE02A is #B31FD5. Grayscale: #9F9F9F. Windows color (decimal): -11739094 or 2809932. OLE color: 2809932.
HSL color Cylindrical-coordinate representation of color #4CE02A: hue angle of 108.79º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CE02A is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 42 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.12 |
| HSL | 108.79º | 0.75% | 0.52% | - |
| HSV(B) | 108.79º | 0.81% | 0.88% | - |
| XYZ | 30.05 | 55.01 | 11.23 | - |
| YUV | 159 | 61.97 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 42 | 0.66 | 0 | 0.81 | 0.12 | 108.79 | 0.75 | 0.52 |
| Hex | 4C | E0 | 2A | 42 | 0 | 51 | C | 6D | 4B | 34 |
| Octal | 114 | 340 | 52 | 102 | 0 | 121 | 14 | 155 | 113 | 64 |
| Binary | 1001100 | 11100000 | 101010 | 1000010 | 0 | 1010001 | 1100 | 1101101 | 1001011 | 110100 |
Color Harmonies of #4CE02A
Complementary color
Monochromatic Colors of #4CE02A
Black with #4CE02A
Text Example
Text Example
White with #4CE02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE02A; }
p { color: rgb(76,224,42); }
H1.HeaderClassName
{
color: #4CE02A;
}
.AnyTagClassName
{
color: #4CE02A;
}
</style>
background-color css
<style>
a { background-color: #4CE02A; }
a { background-color: rgb(76,224,42); }
div.DivClassName
{
background-color: #4CE02A;
}
.BgClassName
{
background-color: #4CE02A;
}
</style>
border-color css
<style>
span { border-color: #4CE02A; }
span { border-color: rgb(76,224,42); }
td.TdClassName
{
border-color: #4CE02A;
}
.TagClassName
{
border-color: #4CE02A;
}
</style>