Shades of Lime Green #4EF231
Tints of Lime Green #4EF231
RGB
CMYK
RGB Variations
Color information
#4EF231 (or 0x4EF231) is known color: Lime Green. HEX triplet: 4E, F2 and 31. RGB value is (78,242,49). Sum of RGB (Red+Green+Blue) = 78+242+49=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 242 (94.92% from 255 or 65.58% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 242 - color contains mainly: green. Hex color #4EF231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4EF231 is #B10DCE. Grayscale: #ABABAB. Windows color (decimal): -11603407 or 3273294. OLE color: 3273294.
HSL color Cylindrical-coordinate representation of color #4EF231: hue angle of 110.98º 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 #4EF231 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 242 | 49 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.05 |
| HSL | 110.98º | 0.88% | 0.57% | - |
| HSV(B) | 110.98º | 0.8% | 0.95% | - |
| XYZ | 35.45 | 65.35 | 13.65 | - |
| YUV | 170.96 | 59.17 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 242 | 49 | 0.68 | 0 | 0.80 | 0.05 | 110.98 | 0.88 | 0.57 |
| Hex | 4E | F2 | 31 | 44 | 0 | 50 | 5 | 6F | 58 | 39 |
| Octal | 116 | 362 | 61 | 104 | 0 | 120 | 5 | 157 | 130 | 71 |
| Binary | 1001110 | 11110010 | 110001 | 1000100 | 0 | 1010000 | 101 | 1101111 | 1011000 | 111001 |
Color Harmonies of #4EF231
Complementary color
Monochromatic Colors of #4EF231
Black with #4EF231
Text Example
Text Example
White with #4EF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF231; }
p { color: rgb(78,242,49); }
H1.HeaderClassName
{
color: #4EF231;
}
.AnyTagClassName
{
color: #4EF231;
}
</style>
background-color css
<style>
a { background-color: #4EF231; }
a { background-color: rgb(78,242,49); }
div.DivClassName
{
background-color: #4EF231;
}
.BgClassName
{
background-color: #4EF231;
}
</style>
border-color css
<style>
span { border-color: #4EF231; }
span { border-color: rgb(78,242,49); }
td.TdClassName
{
border-color: #4EF231;
}
.TagClassName
{
border-color: #4EF231;
}
</style>