Shades of Lime Green #4FE12A
Tints of Lime Green #4FE12A
RGB
CMYK
RGB Variations
Color information
#4FE12A (or 0x4FE12A) is known color: Lime Green. HEX triplet: 4F, E1 and 2A. RGB value is (79,225,42). Sum of RGB (Red+Green+Blue) = 79+225+42=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE12A is #B01ED5. Grayscale: #A1A1A1. Windows color (decimal): -11542230 or 2810191. OLE color: 2810191.
HSL color Cylindrical-coordinate representation of color #4FE12A: hue angle of 107.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FE12A is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 42 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.12 |
| HSL | 107.87º | 0.75% | 0.52% | - |
| HSV(B) | 107.87º | 0.81% | 0.88% | - |
| XYZ | 30.57 | 55.68 | 11.33 | - |
| YUV | 160.48 | 61.13 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 42 | 0.65 | 0 | 0.81 | 0.12 | 107.87 | 0.75 | 0.52 |
| Hex | 4F | E1 | 2A | 41 | 0 | 51 | C | 6C | 4B | 34 |
| Octal | 117 | 341 | 52 | 101 | 0 | 121 | 14 | 154 | 113 | 64 |
| Binary | 1001111 | 11100001 | 101010 | 1000001 | 0 | 1010001 | 1100 | 1101100 | 1001011 | 110100 |
Color Harmonies of #4FE12A
Complementary color
Monochromatic Colors of #4FE12A
Black with #4FE12A
Text Example
Text Example
White with #4FE12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE12A; }
p { color: rgb(79,225,42); }
H1.HeaderClassName
{
color: #4FE12A;
}
.AnyTagClassName
{
color: #4FE12A;
}
</style>
background-color css
<style>
a { background-color: #4FE12A; }
a { background-color: rgb(79,225,42); }
div.DivClassName
{
background-color: #4FE12A;
}
.BgClassName
{
background-color: #4FE12A;
}
</style>
border-color css
<style>
span { border-color: #4FE12A; }
span { border-color: rgb(79,225,42); }
td.TdClassName
{
border-color: #4FE12A;
}
.TagClassName
{
border-color: #4FE12A;
}
</style>