Shades of Lime Green #4CEA2A
Tints of Lime Green #4CEA2A
RGB
CMYK
RGB Variations
Color information
#4CEA2A (or 0x4CEA2A) is known color: Lime Green. HEX triplet: 4C, EA and 2A. RGB value is (76,234,42). Sum of RGB (Red+Green+Blue) = 76+234+42=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEA2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEA2A is #B315D5. Grayscale: #A5A5A5. Windows color (decimal): -11736534 or 2812492. OLE color: 2812492.
HSL color Cylindrical-coordinate representation of color #4CEA2A: hue angle of 109.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CEA2A is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 234 | 42 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.08 |
| HSL | 109.38º | 0.82% | 0.54% | - |
| HSV(B) | 109.38º | 0.82% | 0.92% | - |
| XYZ | 32.82 | 60.55 | 12.15 | - |
| YUV | 164.87 | 58.65 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 234 | 42 | 0.68 | 0 | 0.82 | 0.08 | 109.38 | 0.82 | 0.54 |
| Hex | 4C | EA | 2A | 44 | 0 | 52 | 8 | 6D | 52 | 36 |
| Octal | 114 | 352 | 52 | 104 | 0 | 122 | 10 | 155 | 122 | 66 |
| Binary | 1001100 | 11101010 | 101010 | 1000100 | 0 | 1010010 | 1000 | 1101101 | 1010010 | 110110 |
Color Harmonies of #4CEA2A
Complementary color
Monochromatic Colors of #4CEA2A
Black with #4CEA2A
Text Example
Text Example
White with #4CEA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEA2A; }
p { color: rgb(76,234,42); }
H1.HeaderClassName
{
color: #4CEA2A;
}
.AnyTagClassName
{
color: #4CEA2A;
}
</style>
background-color css
<style>
a { background-color: #4CEA2A; }
a { background-color: rgb(76,234,42); }
div.DivClassName
{
background-color: #4CEA2A;
}
.BgClassName
{
background-color: #4CEA2A;
}
</style>
border-color css
<style>
span { border-color: #4CEA2A; }
span { border-color: rgb(76,234,42); }
td.TdClassName
{
border-color: #4CEA2A;
}
.TagClassName
{
border-color: #4CEA2A;
}
</style>