Shades of Lime Green #4CE542
Tints of Lime Green #4CE542
RGB
CMYK
RGB Variations
Color information
#4CE542 (or 0x4CE542) is known color: Lime Green. HEX triplet: 4C, E5 and 42. RGB value is (76,229,66). Sum of RGB (Red+Green+Blue) = 76+229+66=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 229 (89.84% from 255 or 61.73% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 229 - color contains mainly: green. Hex color #4CE542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE542 is #B31ABD. Grayscale: #A5A5A5. Windows color (decimal): -11737790 or 4384076. OLE color: 4384076.
HSL color Cylindrical-coordinate representation of color #4CE542: hue angle of 116.32º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CE542 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 229 | 66 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.10 |
| HSL | 116.32º | 0.76% | 0.58% | - |
| HSV(B) | 116.32º | 0.71% | 0.9% | - |
| XYZ | 31.98 | 57.97 | 14.66 | - |
| YUV | 164.67 | 72.31 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 229 | 66 | 0.67 | 0 | 0.71 | 0.10 | 116.32 | 0.76 | 0.58 |
| Hex | 4C | E5 | 42 | 43 | 0 | 47 | A | 74 | 4C | 3A |
| Octal | 114 | 345 | 102 | 103 | 0 | 107 | 12 | 164 | 114 | 72 |
| Binary | 1001100 | 11100101 | 1000010 | 1000011 | 0 | 1000111 | 1010 | 1110100 | 1001100 | 111010 |
Color Harmonies of #4CE542
Complementary color
Monochromatic Colors of #4CE542
Black with #4CE542
Text Example
Text Example
White with #4CE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE542; }
p { color: rgb(76,229,66); }
H1.HeaderClassName
{
color: #4CE542;
}
.AnyTagClassName
{
color: #4CE542;
}
</style>
background-color css
<style>
a { background-color: #4CE542; }
a { background-color: rgb(76,229,66); }
div.DivClassName
{
background-color: #4CE542;
}
.BgClassName
{
background-color: #4CE542;
}
</style>
border-color css
<style>
span { border-color: #4CE542; }
span { border-color: rgb(76,229,66); }
td.TdClassName
{
border-color: #4CE542;
}
.TagClassName
{
border-color: #4CE542;
}
</style>