Shades of Lime Green #4DC33D
Tints of Lime Green #4DC33D
RGB
CMYK
RGB Variations
Color information
#4DC33D (or 0x4DC33D) is known color: Lime Green. HEX triplet: 4D, C3 and 3D. RGB value is (77,195,61). Sum of RGB (Red+Green+Blue) = 77+195+61=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 195 (76.56% from 255 or 58.56% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC33D is #B23CC2. Grayscale: #909090. Windows color (decimal): -11680963 or 4047693. OLE color: 4047693.
HSL color Cylindrical-coordinate representation of color #4DC33D: hue angle of 112.84º degrees, saturation: 0.53, 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 #4DC33D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 61 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.24 |
| HSL | 112.84º | 0.53% | 0.5% | - |
| HSV(B) | 112.84º | 0.69% | 0.76% | - |
| XYZ | 23.42 | 40.94 | 11.08 | - |
| YUV | 144.44 | 80.91 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 61 | 0.61 | 0 | 0.69 | 0.24 | 112.84 | 0.53 | 0.5 |
| Hex | 4D | C3 | 3D | 3D | 0 | 45 | 18 | 71 | 35 | 32 |
| Octal | 115 | 303 | 75 | 75 | 0 | 105 | 30 | 161 | 65 | 62 |
| Binary | 1001101 | 11000011 | 111101 | 111101 | 0 | 1000101 | 11000 | 1110001 | 110101 | 110010 |
Color Harmonies of #4DC33D
Complementary color
Monochromatic Colors of #4DC33D
Black with #4DC33D
Text Example
Text Example
White with #4DC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC33D; }
p { color: rgb(77,195,61); }
H1.HeaderClassName
{
color: #4DC33D;
}
.AnyTagClassName
{
color: #4DC33D;
}
</style>
background-color css
<style>
a { background-color: #4DC33D; }
a { background-color: rgb(77,195,61); }
div.DivClassName
{
background-color: #4DC33D;
}
.BgClassName
{
background-color: #4DC33D;
}
</style>
border-color css
<style>
span { border-color: #4DC33D; }
span { border-color: rgb(77,195,61); }
td.TdClassName
{
border-color: #4DC33D;
}
.TagClassName
{
border-color: #4DC33D;
}
</style>