Shades of Lime Green #4CD52D
Tints of Lime Green #4CD52D
RGB
CMYK
RGB Variations
Color information
#4CD52D (or 0x4CD52D) is known color: Lime Green. HEX triplet: 4C, D5 and 2D. RGB value is (76,213,45). Sum of RGB (Red+Green+Blue) = 76+213+45=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #4CD52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CD52D is #B32AD2. Grayscale: #999999. Windows color (decimal): -11741907 or 3003724. OLE color: 3003724.
HSL color Cylindrical-coordinate representation of color #4CD52D: hue angle of 108.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4CD52D is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 213 | 45 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.16 |
| HSL | 108.93º | 0.67% | 0.51% | - |
| HSV(B) | 108.93º | 0.79% | 0.84% | - |
| XYZ | 27.25 | 49.31 | 10.57 | - |
| YUV | 152.89 | 67.11 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 213 | 45 | 0.64 | 0 | 0.79 | 0.16 | 108.93 | 0.67 | 0.51 |
| Hex | 4C | D5 | 2D | 40 | 0 | 4F | 10 | 6D | 43 | 33 |
| Octal | 114 | 325 | 55 | 100 | 0 | 117 | 20 | 155 | 103 | 63 |
| Binary | 1001100 | 11010101 | 101101 | 1000000 | 0 | 1001111 | 10000 | 1101101 | 1000011 | 110011 |
Color Harmonies of #4CD52D
Complementary color
Monochromatic Colors of #4CD52D
Black with #4CD52D
Text Example
Text Example
White with #4CD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD52D; }
p { color: rgb(76,213,45); }
H1.HeaderClassName
{
color: #4CD52D;
}
.AnyTagClassName
{
color: #4CD52D;
}
</style>
background-color css
<style>
a { background-color: #4CD52D; }
a { background-color: rgb(76,213,45); }
div.DivClassName
{
background-color: #4CD52D;
}
.BgClassName
{
background-color: #4CD52D;
}
</style>
border-color css
<style>
span { border-color: #4CD52D; }
span { border-color: rgb(76,213,45); }
td.TdClassName
{
border-color: #4CD52D;
}
.TagClassName
{
border-color: #4CD52D;
}
</style>