Shades of Lime Green #4CE52A
Tints of Lime Green #4CE52A
RGB
CMYK
RGB Variations
Color information
#4CE52A (or 0x4CE52A) is known color: Lime Green. HEX triplet: 4C, E5 and 2A. RGB value is (76,229,42). Sum of RGB (Red+Green+Blue) = 76+229+42=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE52A is #B31AD5. Grayscale: #A2A2A2. Windows color (decimal): -11737814 or 2811212. OLE color: 2811212.
HSL color Cylindrical-coordinate representation of color #4CE52A: hue angle of 109.09º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CE52A is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 42 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.10 |
| HSL | 109.09º | 0.78% | 0.53% | - |
| HSV(B) | 109.09º | 0.82% | 0.9% | - |
| XYZ | 31.42 | 57.74 | 11.68 | - |
| YUV | 161.94 | 60.31 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 42 | 0.67 | 0 | 0.82 | 0.10 | 109.09 | 0.78 | 0.53 |
| Hex | 4C | E5 | 2A | 43 | 0 | 52 | A | 6D | 4E | 35 |
| Octal | 114 | 345 | 52 | 103 | 0 | 122 | 12 | 155 | 116 | 65 |
| Binary | 1001100 | 11100101 | 101010 | 1000011 | 0 | 1010010 | 1010 | 1101101 | 1001110 | 110101 |
Color Harmonies of #4CE52A
Complementary color
Monochromatic Colors of #4CE52A
Black with #4CE52A
Text Example
Text Example
White with #4CE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE52A; }
p { color: rgb(76,229,42); }
H1.HeaderClassName
{
color: #4CE52A;
}
.AnyTagClassName
{
color: #4CE52A;
}
</style>
background-color css
<style>
a { background-color: #4CE52A; }
a { background-color: rgb(76,229,42); }
div.DivClassName
{
background-color: #4CE52A;
}
.BgClassName
{
background-color: #4CE52A;
}
</style>
border-color css
<style>
span { border-color: #4CE52A; }
span { border-color: rgb(76,229,42); }
td.TdClassName
{
border-color: #4CE52A;
}
.TagClassName
{
border-color: #4CE52A;
}
</style>