Shades of Lime Green #4DC13D
Tints of Lime Green #4DC13D
RGB
CMYK
RGB Variations
Color information
#4DC13D (or 0x4DC13D) is known color: Lime Green. HEX triplet: 4D, C1 and 3D. RGB value is (77,193,61). Sum of RGB (Red+Green+Blue) = 77+193+61=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #4DC13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC13D is #B23EC2. Grayscale: #8F8F8F. Windows color (decimal): -11681475 or 4047181. OLE color: 4047181.
HSL color Cylindrical-coordinate representation of color #4DC13D: hue angle of 112.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DC13D is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 193 | 61 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.24 |
| HSL | 112.73º | 0.52% | 0.5% | - |
| HSV(B) | 112.73º | 0.68% | 0.76% | - |
| XYZ | 22.97 | 40.05 | 10.94 | - |
| YUV | 143.27 | 81.57 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 61 | 0.60 | 0 | 0.68 | 0.24 | 112.73 | 0.52 | 0.5 |
| Hex | 4D | C1 | 3D | 3C | 0 | 44 | 18 | 71 | 34 | 32 |
| Octal | 115 | 301 | 75 | 74 | 0 | 104 | 30 | 161 | 64 | 62 |
| Binary | 1001101 | 11000001 | 111101 | 111100 | 0 | 1000100 | 11000 | 1110001 | 110100 | 110010 |
Color Harmonies of #4DC13D
Complementary color
Monochromatic Colors of #4DC13D
Black with #4DC13D
Text Example
Text Example
White with #4DC13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC13D; }
p { color: rgb(77,193,61); }
H1.HeaderClassName
{
color: #4DC13D;
}
.AnyTagClassName
{
color: #4DC13D;
}
</style>
background-color css
<style>
a { background-color: #4DC13D; }
a { background-color: rgb(77,193,61); }
div.DivClassName
{
background-color: #4DC13D;
}
.BgClassName
{
background-color: #4DC13D;
}
</style>
border-color css
<style>
span { border-color: #4DC13D; }
span { border-color: rgb(77,193,61); }
td.TdClassName
{
border-color: #4DC13D;
}
.TagClassName
{
border-color: #4DC13D;
}
</style>