Shades of Lime Green #4CEC2B
Tints of Lime Green #4CEC2B
RGB
CMYK
RGB Variations
Color information
#4CEC2B (or 0x4CEC2B) is known color: Lime Green. HEX triplet: 4C, EC and 2B. RGB value is (76,236,43). Sum of RGB (Red+Green+Blue) = 76+236+43=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 43 (17.19% from 255 or 12.11% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CEC2B is #B313D4. Grayscale: #A6A6A6. Windows color (decimal): -11736021 or 2878540. OLE color: 2878540.
HSL color Cylindrical-coordinate representation of color #4CEC2B: hue angle of 109.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CEC2B is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 43 | - |
| CMYK | 0.68 | 0 | 0.82 | 0.07 |
| HSL | 109.74º | 0.84% | 0.55% | - |
| HSV(B) | 109.74º | 0.82% | 0.93% | - |
| XYZ | 33.41 | 61.7 | 12.43 | - |
| YUV | 166.16 | 58.49 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 43 | 0.68 | 0 | 0.82 | 0.07 | 109.74 | 0.84 | 0.55 |
| Hex | 4C | EC | 2B | 44 | 0 | 52 | 7 | 6E | 54 | 37 |
| Octal | 114 | 354 | 53 | 104 | 0 | 122 | 7 | 156 | 124 | 67 |
| Binary | 1001100 | 11101100 | 101011 | 1000100 | 0 | 1010010 | 111 | 1101110 | 1010100 | 110111 |
Color Harmonies of #4CEC2B
Complementary color
Monochromatic Colors of #4CEC2B
Black with #4CEC2B
Text Example
Text Example
White with #4CEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC2B; }
p { color: rgb(76,236,43); }
H1.HeaderClassName
{
color: #4CEC2B;
}
.AnyTagClassName
{
color: #4CEC2B;
}
</style>
background-color css
<style>
a { background-color: #4CEC2B; }
a { background-color: rgb(76,236,43); }
div.DivClassName
{
background-color: #4CEC2B;
}
.BgClassName
{
background-color: #4CEC2B;
}
</style>
border-color css
<style>
span { border-color: #4CEC2B; }
span { border-color: rgb(76,236,43); }
td.TdClassName
{
border-color: #4CEC2B;
}
.TagClassName
{
border-color: #4CEC2B;
}
</style>