Shades of Lime Green #4CD736
Tints of Lime Green #4CD736
RGB
CMYK
RGB Variations
Color information
#4CD736 (or 0x4CD736) is known color: Lime Green. HEX triplet: 4C, D7 and 36. RGB value is (76,215,54). Sum of RGB (Red+Green+Blue) = 76+215+54=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 215 (84.38% from 255 or 62.32% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 215 - color contains mainly: green. Hex color #4CD736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD736 is #B328C9. Grayscale: #9B9B9B. Windows color (decimal): -11741386 or 3594060. OLE color: 3594060.
HSL color Cylindrical-coordinate representation of color #4CD736: hue angle of 111.8º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CD736 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 215 | 54 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.16 |
| HSL | 111.8º | 0.67% | 0.53% | - |
| HSV(B) | 111.8º | 0.75% | 0.84% | - |
| XYZ | 27.95 | 50.4 | 11.75 | - |
| YUV | 155.09 | 70.95 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 215 | 54 | 0.65 | 0 | 0.75 | 0.16 | 111.8 | 0.67 | 0.53 |
| Hex | 4C | D7 | 36 | 41 | 0 | 4B | 10 | 70 | 43 | 35 |
| Octal | 114 | 327 | 66 | 101 | 0 | 113 | 20 | 160 | 103 | 65 |
| Binary | 1001100 | 11010111 | 110110 | 1000001 | 0 | 1001011 | 10000 | 1110000 | 1000011 | 110101 |
Color Harmonies of #4CD736
Complementary color
Monochromatic Colors of #4CD736
Black with #4CD736
Text Example
Text Example
White with #4CD736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD736; }
p { color: rgb(76,215,54); }
H1.HeaderClassName
{
color: #4CD736;
}
.AnyTagClassName
{
color: #4CD736;
}
</style>
background-color css
<style>
a { background-color: #4CD736; }
a { background-color: rgb(76,215,54); }
div.DivClassName
{
background-color: #4CD736;
}
.BgClassName
{
background-color: #4CD736;
}
</style>
border-color css
<style>
span { border-color: #4CD736; }
span { border-color: rgb(76,215,54); }
td.TdClassName
{
border-color: #4CD736;
}
.TagClassName
{
border-color: #4CD736;
}
</style>