Shades of Lime Green #4CE825
Tints of Lime Green #4CE825
RGB
CMYK
RGB Variations
Color information
#4CE825 (or 0x4CE825) is known color: Lime Green. HEX triplet: 4C, E8 and 25. RGB value is (76,232,37). Sum of RGB (Red+Green+Blue) = 76+232+37=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 232 (91.02% from 255 or 67.25% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 232 - color contains mainly: green. Hex color #4CE825 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE825 is #B317DA. Grayscale: #A3A3A3. Windows color (decimal): -11737051 or 2484300. OLE color: 2484300.
HSL color Cylindrical-coordinate representation of color #4CE825: hue angle of 108º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4CE825 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 76 | 232 | 37 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.09 |
| HSL | 108º | 0.81% | 0.53% | - |
| HSV(B) | 108º | 0.84% | 0.91% | - |
| XYZ | 32.17 | 59.38 | 11.52 | - |
| YUV | 163.13 | 56.82 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 232 | 37 | 0.67 | 0 | 0.84 | 0.09 | 108 | 0.81 | 0.53 |
| Hex | 4C | E8 | 25 | 43 | 0 | 54 | 9 | 6C | 51 | 35 |
| Octal | 114 | 350 | 45 | 103 | 0 | 124 | 11 | 154 | 121 | 65 |
| Binary | 1001100 | 11101000 | 100101 | 1000011 | 0 | 1010100 | 1001 | 1101100 | 1010001 | 110101 |
Color Harmonies of #4CE825
Complementary color
Monochromatic Colors of #4CE825
Black with #4CE825
Text Example
Text Example
White with #4CE825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE825; }
p { color: rgb(76,232,37); }
H1.HeaderClassName
{
color: #4CE825;
}
.AnyTagClassName
{
color: #4CE825;
}
</style>
background-color css
<style>
a { background-color: #4CE825; }
a { background-color: rgb(76,232,37); }
div.DivClassName
{
background-color: #4CE825;
}
.BgClassName
{
background-color: #4CE825;
}
</style>
border-color css
<style>
span { border-color: #4CE825; }
span { border-color: rgb(76,232,37); }
td.TdClassName
{
border-color: #4CE825;
}
.TagClassName
{
border-color: #4CE825;
}
</style>