Shades of Lime Green #4FEA43
Tints of Lime Green #4FEA43
RGB
CMYK
RGB Variations
Color information
#4FEA43 (or 0x4FEA43) is known color: Lime Green. HEX triplet: 4F, EA and 43. RGB value is (79,234,67). Sum of RGB (Red+Green+Blue) = 79+234+67=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA43 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA43 is #B015BC. Grayscale: #A9A9A9. Windows color (decimal): -11539901 or 4450895. OLE color: 4450895.
HSL color Cylindrical-coordinate representation of color #4FEA43: hue angle of 115.69º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4FEA43 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 67 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.08 |
| HSL | 115.69º | 0.8% | 0.59% | - |
| HSV(B) | 115.69º | 0.71% | 0.92% | - |
| XYZ | 33.66 | 60.91 | 15.29 | - |
| YUV | 168.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 67 | 0.66 | 0 | 0.71 | 0.08 | 115.69 | 0.8 | 0.59 |
| Hex | 4F | EA | 43 | 42 | 0 | 47 | 8 | 74 | 50 | 3B |
| Octal | 117 | 352 | 103 | 102 | 0 | 107 | 10 | 164 | 120 | 73 |
| Binary | 1001111 | 11101010 | 1000011 | 1000010 | 0 | 1000111 | 1000 | 1110100 | 1010000 | 111011 |
Color Harmonies of #4FEA43
Complementary color
Monochromatic Colors of #4FEA43
Black with #4FEA43
Text Example
Text Example
White with #4FEA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEA43; }
p { color: rgb(79,234,67); }
H1.HeaderClassName
{
color: #4FEA43;
}
.AnyTagClassName
{
color: #4FEA43;
}
</style>
background-color css
<style>
a { background-color: #4FEA43; }
a { background-color: rgb(79,234,67); }
div.DivClassName
{
background-color: #4FEA43;
}
.BgClassName
{
background-color: #4FEA43;
}
</style>
border-color css
<style>
span { border-color: #4FEA43; }
span { border-color: rgb(79,234,67); }
td.TdClassName
{
border-color: #4FEA43;
}
.TagClassName
{
border-color: #4FEA43;
}
</style>