Shades of Lime Green #4DCE30
Tints of Lime Green #4DCE30
RGB
CMYK
RGB Variations
Color information
#4DCE30 (or 0x4DCE30) is known color: Lime Green. HEX triplet: 4D, CE and 30. RGB value is (77,206,48). Sum of RGB (Red+Green+Blue) = 77+206+48=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCE30 is #B231CF. Grayscale: #959595. Windows color (decimal): -11678160 or 3198541. OLE color: 3198541.
HSL color Cylindrical-coordinate representation of color #4DCE30: hue angle of 108.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DCE30 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 48 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.19 |
| HSL | 108.99º | 0.62% | 0.5% | - |
| HSV(B) | 108.99º | 0.77% | 0.81% | - |
| XYZ | 25.67 | 45.93 | 10.31 | - |
| YUV | 149.42 | 70.76 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 48 | 0.63 | 0 | 0.77 | 0.19 | 108.99 | 0.62 | 0.5 |
| Hex | 4D | CE | 30 | 3F | 0 | 4D | 13 | 6D | 3E | 32 |
| Octal | 115 | 316 | 60 | 77 | 0 | 115 | 23 | 155 | 76 | 62 |
| Binary | 1001101 | 11001110 | 110000 | 111111 | 0 | 1001101 | 10011 | 1101101 | 111110 | 110010 |
Color Harmonies of #4DCE30
Complementary color
Monochromatic Colors of #4DCE30
Black with #4DCE30
Text Example
Text Example
White with #4DCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCE30; }
p { color: rgb(77,206,48); }
H1.HeaderClassName
{
color: #4DCE30;
}
.AnyTagClassName
{
color: #4DCE30;
}
</style>
background-color css
<style>
a { background-color: #4DCE30; }
a { background-color: rgb(77,206,48); }
div.DivClassName
{
background-color: #4DCE30;
}
.BgClassName
{
background-color: #4DCE30;
}
</style>
border-color css
<style>
span { border-color: #4DCE30; }
span { border-color: rgb(77,206,48); }
td.TdClassName
{
border-color: #4DCE30;
}
.TagClassName
{
border-color: #4DCE30;
}
</style>