Shades of Lime Green #4FE741
Tints of Lime Green #4FE741
RGB
CMYK
RGB Variations
Color information
#4FE741 (or 0x4FE741) is known color: Lime Green. HEX triplet: 4F, E7 and 41. RGB value is (79,231,65). Sum of RGB (Red+Green+Blue) = 79+231+65=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 231 (90.62% from 255 or 61.6% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE741 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE741 is #B018BE. Grayscale: #A7A7A7. Windows color (decimal): -11540671 or 4319055. OLE color: 4319055.
HSL color Cylindrical-coordinate representation of color #4FE741: hue angle of 114.94º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4FE741 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 231 | 65 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.09 |
| HSL | 114.94º | 0.78% | 0.58% | - |
| HSV(B) | 114.94º | 0.72% | 0.91% | - |
| XYZ | 32.75 | 59.2 | 14.7 | - |
| YUV | 166.63 | 70.64 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 231 | 65 | 0.66 | 0 | 0.72 | 0.09 | 114.94 | 0.78 | 0.58 |
| Hex | 4F | E7 | 41 | 42 | 0 | 48 | 9 | 73 | 4E | 3A |
| Octal | 117 | 347 | 101 | 102 | 0 | 110 | 11 | 163 | 116 | 72 |
| Binary | 1001111 | 11100111 | 1000001 | 1000010 | 0 | 1001000 | 1001 | 1110011 | 1001110 | 111010 |
Color Harmonies of #4FE741
Complementary color
Monochromatic Colors of #4FE741
Black with #4FE741
Text Example
Text Example
White with #4FE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE741; }
p { color: rgb(79,231,65); }
H1.HeaderClassName
{
color: #4FE741;
}
.AnyTagClassName
{
color: #4FE741;
}
</style>
background-color css
<style>
a { background-color: #4FE741; }
a { background-color: rgb(79,231,65); }
div.DivClassName
{
background-color: #4FE741;
}
.BgClassName
{
background-color: #4FE741;
}
</style>
border-color css
<style>
span { border-color: #4FE741; }
span { border-color: rgb(79,231,65); }
td.TdClassName
{
border-color: #4FE741;
}
.TagClassName
{
border-color: #4FE741;
}
</style>