Shades of Lime Green #4DF13C
Tints of Lime Green #4DF13C
RGB
CMYK
RGB Variations
Color information
#4DF13C (or 0x4DF13C) is known color: Lime Green. HEX triplet: 4D, F1 and 3C. RGB value is (77,241,60). Sum of RGB (Red+Green+Blue) = 77+241+60=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF13C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF13C is #B20EC3. Grayscale: #ABABAB. Windows color (decimal): -11669188 or 3993933. OLE color: 3993933.
HSL color Cylindrical-coordinate representation of color #4DF13C: hue angle of 114.36º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DF13C is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 60 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.05 |
| HSL | 114.36º | 0.87% | 0.59% | - |
| HSV(B) | 114.36º | 0.75% | 0.95% | - |
| XYZ | 35.33 | 64.81 | 14.92 | - |
| YUV | 171.33 | 65.17 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 60 | 0.68 | 0 | 0.75 | 0.05 | 114.36 | 0.87 | 0.59 |
| Hex | 4D | F1 | 3C | 44 | 0 | 4B | 5 | 72 | 57 | 3B |
| Octal | 115 | 361 | 74 | 104 | 0 | 113 | 5 | 162 | 127 | 73 |
| Binary | 1001101 | 11110001 | 111100 | 1000100 | 0 | 1001011 | 101 | 1110010 | 1010111 | 111011 |
Color Harmonies of #4DF13C
Complementary color
Monochromatic Colors of #4DF13C
Black with #4DF13C
Text Example
Text Example
White with #4DF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF13C; }
p { color: rgb(77,241,60); }
H1.HeaderClassName
{
color: #4DF13C;
}
.AnyTagClassName
{
color: #4DF13C;
}
</style>
background-color css
<style>
a { background-color: #4DF13C; }
a { background-color: rgb(77,241,60); }
div.DivClassName
{
background-color: #4DF13C;
}
.BgClassName
{
background-color: #4DF13C;
}
</style>
border-color css
<style>
span { border-color: #4DF13C; }
span { border-color: rgb(77,241,60); }
td.TdClassName
{
border-color: #4DF13C;
}
.TagClassName
{
border-color: #4DF13C;
}
</style>