Shades of Lime Green #4FEA34
Tints of Lime Green #4FEA34
RGB
CMYK
RGB Variations
Color information
#4FEA34 (or 0x4FEA34) is known color: Lime Green. HEX triplet: 4F, EA and 34. RGB value is (79,234,52). Sum of RGB (Red+Green+Blue) = 79+234+52=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA34 is #B015CB. Grayscale: #A7A7A7. Windows color (decimal): -11539916 or 3467855. OLE color: 3467855.
HSL color Cylindrical-coordinate representation of color #4FEA34: hue angle of 111.1º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4FEA34 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 52 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.08 |
| HSL | 111.1º | 0.81% | 0.56% | - |
| HSV(B) | 111.1º | 0.78% | 0.92% | - |
| XYZ | 33.27 | 60.76 | 13.22 | - |
| YUV | 166.91 | 63.15 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 52 | 0.66 | 0 | 0.78 | 0.08 | 111.1 | 0.81 | 0.56 |
| Hex | 4F | EA | 34 | 42 | 0 | 4E | 8 | 6F | 51 | 38 |
| Octal | 117 | 352 | 64 | 102 | 0 | 116 | 10 | 157 | 121 | 70 |
| Binary | 1001111 | 11101010 | 110100 | 1000010 | 0 | 1001110 | 1000 | 1101111 | 1010001 | 111000 |
Color Harmonies of #4FEA34
Complementary color
Monochromatic Colors of #4FEA34
Black with #4FEA34
Text Example
Text Example
White with #4FEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEA34; }
p { color: rgb(79,234,52); }
H1.HeaderClassName
{
color: #4FEA34;
}
.AnyTagClassName
{
color: #4FEA34;
}
</style>
background-color css
<style>
a { background-color: #4FEA34; }
a { background-color: rgb(79,234,52); }
div.DivClassName
{
background-color: #4FEA34;
}
.BgClassName
{
background-color: #4FEA34;
}
</style>
border-color css
<style>
span { border-color: #4FEA34; }
span { border-color: rgb(79,234,52); }
td.TdClassName
{
border-color: #4FEA34;
}
.TagClassName
{
border-color: #4FEA34;
}
</style>