Shades of Lime Green #4CDE2B
Tints of Lime Green #4CDE2B
RGB
CMYK
RGB Variations
Color information
#4CDE2B (or 0x4CDE2B) is known color: Lime Green. HEX triplet: 4C, DE and 2B. RGB value is (76,222,43). Sum of RGB (Red+Green+Blue) = 76+222+43=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDE2B is #B321D4. Grayscale: #9E9E9E. Windows color (decimal): -11739605 or 2874956. OLE color: 2874956.
HSL color Cylindrical-coordinate representation of color #4CDE2B: hue angle of 108.94º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CDE2B is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 222 | 43 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.13 |
| HSL | 108.94º | 0.73% | 0.52% | - |
| HSV(B) | 108.94º | 0.81% | 0.87% | - |
| XYZ | 29.54 | 53.95 | 11.14 | - |
| YUV | 157.94 | 63.13 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 222 | 43 | 0.66 | 0 | 0.81 | 0.13 | 108.94 | 0.73 | 0.52 |
| Hex | 4C | DE | 2B | 42 | 0 | 51 | D | 6D | 49 | 34 |
| Octal | 114 | 336 | 53 | 102 | 0 | 121 | 15 | 155 | 111 | 64 |
| Binary | 1001100 | 11011110 | 101011 | 1000010 | 0 | 1010001 | 1101 | 1101101 | 1001001 | 110100 |
Color Harmonies of #4CDE2B
Complementary color
Monochromatic Colors of #4CDE2B
Black with #4CDE2B
Text Example
Text Example
White with #4CDE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDE2B; }
p { color: rgb(76,222,43); }
H1.HeaderClassName
{
color: #4CDE2B;
}
.AnyTagClassName
{
color: #4CDE2B;
}
</style>
background-color css
<style>
a { background-color: #4CDE2B; }
a { background-color: rgb(76,222,43); }
div.DivClassName
{
background-color: #4CDE2B;
}
.BgClassName
{
background-color: #4CDE2B;
}
</style>
border-color css
<style>
span { border-color: #4CDE2B; }
span { border-color: rgb(76,222,43); }
td.TdClassName
{
border-color: #4CDE2B;
}
.TagClassName
{
border-color: #4CDE2B;
}
</style>