Shades of Lime Green #4CE425
Tints of Lime Green #4CE425
RGB
CMYK
RGB Variations
Color information
#4CE425 (or 0x4CE425) is known color: Lime Green. HEX triplet: 4C, E4 and 25. RGB value is (76,228,37). Sum of RGB (Red+Green+Blue) = 76+228+37=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 228 (89.45% from 255 or 66.86% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CE425 is #B31BDA. Grayscale: #A1A1A1. Windows color (decimal): -11738075 or 2483276. OLE color: 2483276.
HSL color Cylindrical-coordinate representation of color #4CE425: hue angle of 107.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CE425 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 37 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.11 |
| HSL | 107.75º | 0.78% | 0.52% | - |
| HSV(B) | 107.75º | 0.84% | 0.89% | - |
| XYZ | 31.06 | 57.16 | 11.15 | - |
| YUV | 160.78 | 58.14 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 37 | 0.67 | 0 | 0.84 | 0.11 | 107.75 | 0.78 | 0.52 |
| Hex | 4C | E4 | 25 | 43 | 0 | 54 | B | 6C | 4E | 34 |
| Octal | 114 | 344 | 45 | 103 | 0 | 124 | 13 | 154 | 116 | 64 |
| Binary | 1001100 | 11100100 | 100101 | 1000011 | 0 | 1010100 | 1011 | 1101100 | 1001110 | 110100 |
Color Harmonies of #4CE425
Complementary color
Monochromatic Colors of #4CE425
Black with #4CE425
Text Example
Text Example
White with #4CE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE425; }
p { color: rgb(76,228,37); }
H1.HeaderClassName
{
color: #4CE425;
}
.AnyTagClassName
{
color: #4CE425;
}
</style>
background-color css
<style>
a { background-color: #4CE425; }
a { background-color: rgb(76,228,37); }
div.DivClassName
{
background-color: #4CE425;
}
.BgClassName
{
background-color: #4CE425;
}
</style>
border-color css
<style>
span { border-color: #4CE425; }
span { border-color: rgb(76,228,37); }
td.TdClassName
{
border-color: #4CE425;
}
.TagClassName
{
border-color: #4CE425;
}
</style>