Shades of Lime Green #4DF135
Tints of Lime Green #4DF135
RGB
CMYK
RGB Variations
Color information
#4DF135 (or 0x4DF135) is known color: Lime Green. HEX triplet: 4D, F1 and 35. RGB value is (77,241,53). Sum of RGB (Red+Green+Blue) = 77+241+53=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 241 (94.53% from 255 or 64.96% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 241 - color contains mainly: green. Hex color #4DF135 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF135 is #B20ECA. Grayscale: #ABABAB. Windows color (decimal): -11669195 or 3535181. OLE color: 3535181.
HSL color Cylindrical-coordinate representation of color #4DF135: hue angle of 112.34º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4DF135 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 241 | 53 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.05 |
| HSL | 112.34º | 0.87% | 0.58% | - |
| HSV(B) | 112.34º | 0.78% | 0.95% | - |
| XYZ | 35.16 | 64.75 | 14.01 | - |
| YUV | 170.53 | 61.67 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 241 | 53 | 0.68 | 0 | 0.78 | 0.05 | 112.34 | 0.87 | 0.58 |
| Hex | 4D | F1 | 35 | 44 | 0 | 4E | 5 | 70 | 57 | 3A |
| Octal | 115 | 361 | 65 | 104 | 0 | 116 | 5 | 160 | 127 | 72 |
| Binary | 1001101 | 11110001 | 110101 | 1000100 | 0 | 1001110 | 101 | 1110000 | 1010111 | 111010 |
Color Harmonies of #4DF135
Complementary color
Monochromatic Colors of #4DF135
Black with #4DF135
Text Example
Text Example
White with #4DF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF135; }
p { color: rgb(77,241,53); }
H1.HeaderClassName
{
color: #4DF135;
}
.AnyTagClassName
{
color: #4DF135;
}
</style>
background-color css
<style>
a { background-color: #4DF135; }
a { background-color: rgb(77,241,53); }
div.DivClassName
{
background-color: #4DF135;
}
.BgClassName
{
background-color: #4DF135;
}
</style>
border-color css
<style>
span { border-color: #4DF135; }
span { border-color: rgb(77,241,53); }
td.TdClassName
{
border-color: #4DF135;
}
.TagClassName
{
border-color: #4DF135;
}
</style>