Shades of Lime Green #4DC23D
Tints of Lime Green #4DC23D
RGB
CMYK
RGB Variations
Color information
#4DC23D (or 0x4DC23D) is known color: Lime Green. HEX triplet: 4D, C2 and 3D. RGB value is (77,194,61). Sum of RGB (Red+Green+Blue) = 77+194+61=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #4DC23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC23D is #B23DC2. Grayscale: #909090. Windows color (decimal): -11681219 or 4047437. OLE color: 4047437.
HSL color Cylindrical-coordinate representation of color #4DC23D: hue angle of 112.78º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DC23D is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 194 | 61 | - |
| CMYK | 0.60 | 0 | 0.69 | 0.24 |
| HSL | 112.78º | 0.52% | 0.5% | - |
| HSV(B) | 112.78º | 0.69% | 0.76% | - |
| XYZ | 23.19 | 40.5 | 11.01 | - |
| YUV | 143.86 | 81.24 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 61 | 0.60 | 0 | 0.69 | 0.24 | 112.78 | 0.52 | 0.5 |
| Hex | 4D | C2 | 3D | 3C | 0 | 45 | 18 | 71 | 34 | 32 |
| Octal | 115 | 302 | 75 | 74 | 0 | 105 | 30 | 161 | 64 | 62 |
| Binary | 1001101 | 11000010 | 111101 | 111100 | 0 | 1000101 | 11000 | 1110001 | 110100 | 110010 |
Color Harmonies of #4DC23D
Complementary color
Monochromatic Colors of #4DC23D
Black with #4DC23D
Text Example
Text Example
White with #4DC23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC23D; }
p { color: rgb(77,194,61); }
H1.HeaderClassName
{
color: #4DC23D;
}
.AnyTagClassName
{
color: #4DC23D;
}
</style>
background-color css
<style>
a { background-color: #4DC23D; }
a { background-color: rgb(77,194,61); }
div.DivClassName
{
background-color: #4DC23D;
}
.BgClassName
{
background-color: #4DC23D;
}
</style>
border-color css
<style>
span { border-color: #4DC23D; }
span { border-color: rgb(77,194,61); }
td.TdClassName
{
border-color: #4DC23D;
}
.TagClassName
{
border-color: #4DC23D;
}
</style>