Shades of Lime Green #4DCF38
Tints of Lime Green #4DCF38
RGB
CMYK
RGB Variations
Color information
#4DCF38 (or 0x4DCF38) is known color: Lime Green. HEX triplet: 4D, CF and 38. RGB value is (77,207,56). Sum of RGB (Red+Green+Blue) = 77+207+56=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #4DCF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DCF38 is #B230C7. Grayscale: #979797. Windows color (decimal): -11677896 or 3723085. OLE color: 3723085.
HSL color Cylindrical-coordinate representation of color #4DCF38: hue angle of 111.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4DCF38 is Cyan = 0.63, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 207 | 56 | - |
| CMYK | 0.63 | 0 | 0.73 | 0.19 |
| HSL | 111.66º | 0.61% | 0.52% | - |
| HSV(B) | 111.66º | 0.73% | 0.81% | - |
| XYZ | 26.09 | 46.49 | 11.34 | - |
| YUV | 150.92 | 74.43 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 56 | 0.63 | 0 | 0.73 | 0.19 | 111.66 | 0.61 | 0.52 |
| Hex | 4D | CF | 38 | 3F | 0 | 49 | 13 | 70 | 3D | 34 |
| Octal | 115 | 317 | 70 | 77 | 0 | 111 | 23 | 160 | 75 | 64 |
| Binary | 1001101 | 11001111 | 111000 | 111111 | 0 | 1001001 | 10011 | 1110000 | 111101 | 110100 |
Color Harmonies of #4DCF38
Complementary color
Monochromatic Colors of #4DCF38
Black with #4DCF38
Text Example
Text Example
White with #4DCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCF38; }
p { color: rgb(77,207,56); }
H1.HeaderClassName
{
color: #4DCF38;
}
.AnyTagClassName
{
color: #4DCF38;
}
</style>
background-color css
<style>
a { background-color: #4DCF38; }
a { background-color: rgb(77,207,56); }
div.DivClassName
{
background-color: #4DCF38;
}
.BgClassName
{
background-color: #4DCF38;
}
</style>
border-color css
<style>
span { border-color: #4DCF38; }
span { border-color: rgb(77,207,56); }
td.TdClassName
{
border-color: #4DCF38;
}
.TagClassName
{
border-color: #4DCF38;
}
</style>