Shades of Lime Green #4CE63A
Tints of Lime Green #4CE63A
RGB
CMYK
RGB Variations
Color information
#4CE63A (or 0x4CE63A) is known color: Lime Green. HEX triplet: 4C, E6 and 3A. RGB value is (76,230,58). Sum of RGB (Red+Green+Blue) = 76+230+58=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #4CE63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CE63A is #B319C5. Grayscale: #A4A4A4. Windows color (decimal): -11737542 or 3860044. OLE color: 3860044.
HSL color Cylindrical-coordinate representation of color #4CE63A: hue angle of 113.72º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CE63A is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 230 | 58 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.10 |
| HSL | 113.72º | 0.77% | 0.56% | - |
| HSV(B) | 113.72º | 0.75% | 0.9% | - |
| XYZ | 32.04 | 58.44 | 13.59 | - |
| YUV | 164.35 | 67.98 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 230 | 58 | 0.67 | 0 | 0.75 | 0.10 | 113.72 | 0.77 | 0.56 |
| Hex | 4C | E6 | 3A | 43 | 0 | 4B | A | 72 | 4D | 38 |
| Octal | 114 | 346 | 72 | 103 | 0 | 113 | 12 | 162 | 115 | 70 |
| Binary | 1001100 | 11100110 | 111010 | 1000011 | 0 | 1001011 | 1010 | 1110010 | 1001101 | 111000 |
Color Harmonies of #4CE63A
Complementary color
Monochromatic Colors of #4CE63A
Black with #4CE63A
Text Example
Text Example
White with #4CE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE63A; }
p { color: rgb(76,230,58); }
H1.HeaderClassName
{
color: #4CE63A;
}
.AnyTagClassName
{
color: #4CE63A;
}
</style>
background-color css
<style>
a { background-color: #4CE63A; }
a { background-color: rgb(76,230,58); }
div.DivClassName
{
background-color: #4CE63A;
}
.BgClassName
{
background-color: #4CE63A;
}
</style>
border-color css
<style>
span { border-color: #4CE63A; }
span { border-color: rgb(76,230,58); }
td.TdClassName
{
border-color: #4CE63A;
}
.TagClassName
{
border-color: #4CE63A;
}
</style>