Shades of Lime Green #4CD145
Tints of Lime Green #4CD145
RGB
CMYK
RGB Variations
Color information
#4CD145 (or 0x4CD145) is known color: Lime Green. HEX triplet: 4C, D1 and 45. RGB value is (76,209,69). Sum of RGB (Red+Green+Blue) = 76+209+69=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 209 (82.03% from 255 or 59.04% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD145 is #B32EBA. Grayscale: #999999. Windows color (decimal): -11742907 or 4575564. OLE color: 4575564.
HSL color Cylindrical-coordinate representation of color #4CD145: hue angle of 117º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CD145 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 69 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.18 |
| HSL | 117º | 0.6% | 0.55% | - |
| HSV(B) | 117º | 0.67% | 0.82% | - |
| XYZ | 26.86 | 47.57 | 13.4 | - |
| YUV | 153.27 | 80.44 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 69 | 0.64 | 0 | 0.67 | 0.18 | 117 | 0.6 | 0.55 |
| Hex | 4C | D1 | 45 | 40 | 0 | 43 | 12 | 75 | 3C | 37 |
| Octal | 114 | 321 | 105 | 100 | 0 | 103 | 22 | 165 | 74 | 67 |
| Binary | 1001100 | 11010001 | 1000101 | 1000000 | 0 | 1000011 | 10010 | 1110101 | 111100 | 110111 |
Color Harmonies of #4CD145
Complementary color
Monochromatic Colors of #4CD145
Black with #4CD145
Text Example
Text Example
White with #4CD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD145; }
p { color: rgb(76,209,69); }
H1.HeaderClassName
{
color: #4CD145;
}
.AnyTagClassName
{
color: #4CD145;
}
</style>
background-color css
<style>
a { background-color: #4CD145; }
a { background-color: rgb(76,209,69); }
div.DivClassName
{
background-color: #4CD145;
}
.BgClassName
{
background-color: #4CD145;
}
</style>
border-color css
<style>
span { border-color: #4CD145; }
span { border-color: rgb(76,209,69); }
td.TdClassName
{
border-color: #4CD145;
}
.TagClassName
{
border-color: #4CD145;
}
</style>