Shades of Lime Green #4CD13C
Tints of Lime Green #4CD13C
RGB
CMYK
RGB Variations
Color information
#4CD13C (or 0x4CD13C) is known color: Lime Green. HEX triplet: 4C, D1 and 3C. RGB value is (76,209,60). Sum of RGB (Red+Green+Blue) = 76+209+60=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD13C is #B32EC3. Grayscale: #989898. Windows color (decimal): -11742916 or 3985740. OLE color: 3985740.
HSL color Cylindrical-coordinate representation of color #4CD13C: hue angle of 113.56º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4CD13C is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 209 | 60 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.18 |
| HSL | 113.56º | 0.62% | 0.53% | - |
| HSV(B) | 113.56º | 0.71% | 0.82% | - |
| XYZ | 26.6 | 47.46 | 12.03 | - |
| YUV | 152.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 209 | 60 | 0.64 | 0 | 0.71 | 0.18 | 113.56 | 0.62 | 0.53 |
| Hex | 4C | D1 | 3C | 40 | 0 | 47 | 12 | 72 | 3E | 35 |
| Octal | 114 | 321 | 74 | 100 | 0 | 107 | 22 | 162 | 76 | 65 |
| Binary | 1001100 | 11010001 | 111100 | 1000000 | 0 | 1000111 | 10010 | 1110010 | 111110 | 110101 |
Color Harmonies of #4CD13C
Complementary color
Monochromatic Colors of #4CD13C
Black with #4CD13C
Text Example
Text Example
White with #4CD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD13C; }
p { color: rgb(76,209,60); }
H1.HeaderClassName
{
color: #4CD13C;
}
.AnyTagClassName
{
color: #4CD13C;
}
</style>
background-color css
<style>
a { background-color: #4CD13C; }
a { background-color: rgb(76,209,60); }
div.DivClassName
{
background-color: #4CD13C;
}
.BgClassName
{
background-color: #4CD13C;
}
</style>
border-color css
<style>
span { border-color: #4CD13C; }
span { border-color: rgb(76,209,60); }
td.TdClassName
{
border-color: #4CD13C;
}
.TagClassName
{
border-color: #4CD13C;
}
</style>