Shades of Lime Green #4FEA28
Tints of Lime Green #4FEA28
RGB
CMYK
RGB Variations
Color information
#4FEA28 (or 0x4FEA28) is known color: Lime Green. HEX triplet: 4F, EA and 28. RGB value is (79,234,40). Sum of RGB (Red+Green+Blue) = 79+234+40=353 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.38% from 353); Green value is 234 (91.80% from 255 or 66.29% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEA28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FEA28 is #B015D7. Grayscale: #A6A6A6. Windows color (decimal): -11539928 or 2681423. OLE color: 2681423.
HSL color Cylindrical-coordinate representation of color #4FEA28: hue angle of 107.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4FEA28 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 234 | 40 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.08 |
| HSL | 107.94º | 0.82% | 0.54% | - |
| HSV(B) | 107.94º | 0.83% | 0.92% | - |
| XYZ | 33.03 | 60.66 | 11.98 | - |
| YUV | 165.54 | 57.15 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 234 | 40 | 0.66 | 0 | 0.83 | 0.08 | 107.94 | 0.82 | 0.54 |
| Hex | 4F | EA | 28 | 42 | 0 | 53 | 8 | 6C | 52 | 36 |
| Octal | 117 | 352 | 50 | 102 | 0 | 123 | 10 | 154 | 122 | 66 |
| Binary | 1001111 | 11101010 | 101000 | 1000010 | 0 | 1010011 | 1000 | 1101100 | 1010010 | 110110 |
Color Harmonies of #4FEA28
Complementary color
Monochromatic Colors of #4FEA28
Black with #4FEA28
Text Example
Text Example
White with #4FEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEA28; }
p { color: rgb(79,234,40); }
H1.HeaderClassName
{
color: #4FEA28;
}
.AnyTagClassName
{
color: #4FEA28;
}
</style>
background-color css
<style>
a { background-color: #4FEA28; }
a { background-color: rgb(79,234,40); }
div.DivClassName
{
background-color: #4FEA28;
}
.BgClassName
{
background-color: #4FEA28;
}
</style>
border-color css
<style>
span { border-color: #4FEA28; }
span { border-color: rgb(79,234,40); }
td.TdClassName
{
border-color: #4FEA28;
}
.TagClassName
{
border-color: #4FEA28;
}
</style>