Shades of Lime Green #4DC33C
Tints of Lime Green #4DC33C
RGB
CMYK
RGB Variations
Color information
#4DC33C (or 0x4DC33C) is known color: Lime Green. HEX triplet: 4D, C3 and 3C. RGB value is (77,195,60). Sum of RGB (Red+Green+Blue) = 77+195+60=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #4DC33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC33C is #B23CC3. Grayscale: #909090. Windows color (decimal): -11680964 or 3982157. OLE color: 3982157.
HSL color Cylindrical-coordinate representation of color #4DC33C: hue angle of 112.44º 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 #4DC33C is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 195 | 60 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.24 |
| HSL | 112.44º | 0.53% | 0.5% | - |
| HSV(B) | 112.44º | 0.69% | 0.76% | - |
| XYZ | 23.39 | 40.93 | 10.94 | - |
| YUV | 144.33 | 80.41 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 195 | 60 | 0.61 | 0 | 0.69 | 0.24 | 112.44 | 0.53 | 0.5 |
| Hex | 4D | C3 | 3C | 3D | 0 | 45 | 18 | 70 | 35 | 32 |
| Octal | 115 | 303 | 74 | 75 | 0 | 105 | 30 | 160 | 65 | 62 |
| Binary | 1001101 | 11000011 | 111100 | 111101 | 0 | 1000101 | 11000 | 1110000 | 110101 | 110010 |
Color Harmonies of #4DC33C
Complementary color
Monochromatic Colors of #4DC33C
Black with #4DC33C
Text Example
Text Example
White with #4DC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC33C; }
p { color: rgb(77,195,60); }
H1.HeaderClassName
{
color: #4DC33C;
}
.AnyTagClassName
{
color: #4DC33C;
}
</style>
background-color css
<style>
a { background-color: #4DC33C; }
a { background-color: rgb(77,195,60); }
div.DivClassName
{
background-color: #4DC33C;
}
.BgClassName
{
background-color: #4DC33C;
}
</style>
border-color css
<style>
span { border-color: #4DC33C; }
span { border-color: rgb(77,195,60); }
td.TdClassName
{
border-color: #4DC33C;
}
.TagClassName
{
border-color: #4DC33C;
}
</style>