Shades of Lime Green #4DC835
Tints of Lime Green #4DC835
RGB
CMYK
RGB Variations
Color information
#4DC835 (or 0x4DC835) is known color: Lime Green. HEX triplet: 4D, C8 and 35. RGB value is (77,200,53). Sum of RGB (Red+Green+Blue) = 77+200+53=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC835 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC835 is #B237CA. Grayscale: #929292. Windows color (decimal): -11679691 or 3524685. OLE color: 3524685.
HSL color Cylindrical-coordinate representation of color #4DC835: hue angle of 110.2º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DC835 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 53 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.22 |
| HSL | 110.2º | 0.58% | 0.5% | - |
| HSV(B) | 110.2º | 0.74% | 0.78% | - |
| XYZ | 24.36 | 43.14 | 10.41 | - |
| YUV | 146.47 | 75.25 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 53 | 0.62 | 0 | 0.74 | 0.22 | 110.2 | 0.58 | 0.5 |
| Hex | 4D | C8 | 35 | 3E | 0 | 4A | 16 | 6E | 3A | 32 |
| Octal | 115 | 310 | 65 | 76 | 0 | 112 | 26 | 156 | 72 | 62 |
| Binary | 1001101 | 11001000 | 110101 | 111110 | 0 | 1001010 | 10110 | 1101110 | 111010 | 110010 |
Color Harmonies of #4DC835
Complementary color
Monochromatic Colors of #4DC835
Black with #4DC835
Text Example
Text Example
White with #4DC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC835; }
p { color: rgb(77,200,53); }
H1.HeaderClassName
{
color: #4DC835;
}
.AnyTagClassName
{
color: #4DC835;
}
</style>
background-color css
<style>
a { background-color: #4DC835; }
a { background-color: rgb(77,200,53); }
div.DivClassName
{
background-color: #4DC835;
}
.BgClassName
{
background-color: #4DC835;
}
</style>
border-color css
<style>
span { border-color: #4DC835; }
span { border-color: rgb(77,200,53); }
td.TdClassName
{
border-color: #4DC835;
}
.TagClassName
{
border-color: #4DC835;
}
</style>