Shades of Lime Green #4DC834
Tints of Lime Green #4DC834
RGB
CMYK
RGB Variations
Color information
#4DC834 (or 0x4DC834) is known color: Lime Green. HEX triplet: 4D, C8 and 34. RGB value is (77,200,52). Sum of RGB (Red+Green+Blue) = 77+200+52=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DC834 is #B237CB. Grayscale: #929292. Windows color (decimal): -11679692 or 3459149. OLE color: 3459149.
HSL color Cylindrical-coordinate representation of color #4DC834: hue angle of 109.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DC834 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 52 | - |
| CMYK | 0.62 | 0 | 0.74 | 0.22 |
| HSL | 109.86º | 0.59% | 0.49% | - |
| HSV(B) | 109.86º | 0.74% | 0.78% | - |
| XYZ | 24.33 | 43.13 | 10.29 | - |
| YUV | 146.35 | 74.75 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 52 | 0.62 | 0 | 0.74 | 0.22 | 109.86 | 0.59 | 0.49 |
| Hex | 4D | C8 | 34 | 3E | 0 | 4A | 16 | 6E | 3B | 31 |
| Octal | 115 | 310 | 64 | 76 | 0 | 112 | 26 | 156 | 73 | 61 |
| Binary | 1001101 | 11001000 | 110100 | 111110 | 0 | 1001010 | 10110 | 1101110 | 111011 | 110001 |
Color Harmonies of #4DC834
Complementary color
Monochromatic Colors of #4DC834
Black with #4DC834
Text Example
Text Example
White with #4DC834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC834; }
p { color: rgb(77,200,52); }
H1.HeaderClassName
{
color: #4DC834;
}
.AnyTagClassName
{
color: #4DC834;
}
</style>
background-color css
<style>
a { background-color: #4DC834; }
a { background-color: rgb(77,200,52); }
div.DivClassName
{
background-color: #4DC834;
}
.BgClassName
{
background-color: #4DC834;
}
</style>
border-color css
<style>
span { border-color: #4DC834; }
span { border-color: rgb(77,200,52); }
td.TdClassName
{
border-color: #4DC834;
}
.TagClassName
{
border-color: #4DC834;
}
</style>