Shades of Lime Green #4DCD30
Tints of Lime Green #4DCD30
RGB
CMYK
RGB Variations
Color information
#4DCD30 (or 0x4DCD30) is known color: Lime Green. HEX triplet: 4D, CD and 30. RGB value is (77,205,48). Sum of RGB (Red+Green+Blue) = 77+205+48=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #4DCD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCD30 is #B232CF. Grayscale: #959595. Windows color (decimal): -11678416 or 3198285. OLE color: 3198285.
HSL color Cylindrical-coordinate representation of color #4DCD30: hue angle of 108.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DCD30 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 205 | 48 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.20 |
| HSL | 108.92º | 0.62% | 0.5% | - |
| HSV(B) | 108.92º | 0.77% | 0.8% | - |
| XYZ | 25.43 | 45.45 | 10.23 | - |
| YUV | 148.83 | 71.09 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 205 | 48 | 0.62 | 0 | 0.77 | 0.20 | 108.92 | 0.62 | 0.5 |
| Hex | 4D | CD | 30 | 3E | 0 | 4D | 14 | 6D | 3E | 32 |
| Octal | 115 | 315 | 60 | 76 | 0 | 115 | 24 | 155 | 76 | 62 |
| Binary | 1001101 | 11001101 | 110000 | 111110 | 0 | 1001101 | 10100 | 1101101 | 111110 | 110010 |
Color Harmonies of #4DCD30
Complementary color
Monochromatic Colors of #4DCD30
Black with #4DCD30
Text Example
Text Example
White with #4DCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCD30; }
p { color: rgb(77,205,48); }
H1.HeaderClassName
{
color: #4DCD30;
}
.AnyTagClassName
{
color: #4DCD30;
}
</style>
background-color css
<style>
a { background-color: #4DCD30; }
a { background-color: rgb(77,205,48); }
div.DivClassName
{
background-color: #4DCD30;
}
.BgClassName
{
background-color: #4DCD30;
}
</style>
border-color css
<style>
span { border-color: #4DCD30; }
span { border-color: rgb(77,205,48); }
td.TdClassName
{
border-color: #4DCD30;
}
.TagClassName
{
border-color: #4DCD30;
}
</style>