Shades of Lime Green #4DF231
Tints of Lime Green #4DF231
RGB
CMYK
RGB Variations
Color information
#4DF231 (or 0x4DF231) is known color: Lime Green. HEX triplet: 4D, F2 and 31. RGB value is (77,242,49). Sum of RGB (Red+Green+Blue) = 77+242+49=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 242 (94.92% from 255 or 65.76% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 242 - color contains mainly: green. Hex color #4DF231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DF231 is #B20DCE. Grayscale: #ABABAB. Windows color (decimal): -11668943 or 3273293. OLE color: 3273293.
HSL color Cylindrical-coordinate representation of color #4DF231: hue angle of 111.3º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DF231 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 242 | 49 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.05 |
| HSL | 111.3º | 0.88% | 0.57% | - |
| HSV(B) | 111.3º | 0.8% | 0.95% | - |
| XYZ | 35.37 | 65.3 | 13.65 | - |
| YUV | 170.66 | 59.34 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 242 | 49 | 0.68 | 0 | 0.80 | 0.05 | 111.3 | 0.88 | 0.57 |
| Hex | 4D | F2 | 31 | 44 | 0 | 50 | 5 | 6F | 58 | 39 |
| Octal | 115 | 362 | 61 | 104 | 0 | 120 | 5 | 157 | 130 | 71 |
| Binary | 1001101 | 11110010 | 110001 | 1000100 | 0 | 1010000 | 101 | 1101111 | 1011000 | 111001 |
Color Harmonies of #4DF231
Complementary color
Monochromatic Colors of #4DF231
Black with #4DF231
Text Example
Text Example
White with #4DF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DF231; }
p { color: rgb(77,242,49); }
H1.HeaderClassName
{
color: #4DF231;
}
.AnyTagClassName
{
color: #4DF231;
}
</style>
background-color css
<style>
a { background-color: #4DF231; }
a { background-color: rgb(77,242,49); }
div.DivClassName
{
background-color: #4DF231;
}
.BgClassName
{
background-color: #4DF231;
}
</style>
border-color css
<style>
span { border-color: #4DF231; }
span { border-color: rgb(77,242,49); }
td.TdClassName
{
border-color: #4DF231;
}
.TagClassName
{
border-color: #4DF231;
}
</style>