Shades of Lime Green #4FE325
Tints of Lime Green #4FE325
RGB
CMYK
RGB Variations
Color information
#4FE325 (or 0x4FE325) is known color: Lime Green. HEX triplet: 4F, E3 and 25. RGB value is (79,227,37). Sum of RGB (Red+Green+Blue) = 79+227+37=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 227 (89.06% from 255 or 66.18% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 227 - color contains mainly: green. Hex color #4FE325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE325 is #B01CDA. Grayscale: #A1A1A1. Windows color (decimal): -11541723 or 2483023. OLE color: 2483023.
HSL color Cylindrical-coordinate representation of color #4FE325: hue angle of 106.74º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4FE325 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 227 | 37 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.11 |
| HSL | 106.74º | 0.77% | 0.52% | - |
| HSV(B) | 106.74º | 0.84% | 0.89% | - |
| XYZ | 31.03 | 56.73 | 11.07 | - |
| YUV | 161.09 | 57.97 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 227 | 37 | 0.65 | 0 | 0.84 | 0.11 | 106.74 | 0.77 | 0.52 |
| Hex | 4F | E3 | 25 | 41 | 0 | 54 | B | 6B | 4D | 34 |
| Octal | 117 | 343 | 45 | 101 | 0 | 124 | 13 | 153 | 115 | 64 |
| Binary | 1001111 | 11100011 | 100101 | 1000001 | 0 | 1010100 | 1011 | 1101011 | 1001101 | 110100 |
Color Harmonies of #4FE325
Complementary color
Monochromatic Colors of #4FE325
Black with #4FE325
Text Example
Text Example
White with #4FE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE325; }
p { color: rgb(79,227,37); }
H1.HeaderClassName
{
color: #4FE325;
}
.AnyTagClassName
{
color: #4FE325;
}
</style>
background-color css
<style>
a { background-color: #4FE325; }
a { background-color: rgb(79,227,37); }
div.DivClassName
{
background-color: #4FE325;
}
.BgClassName
{
background-color: #4FE325;
}
</style>
border-color css
<style>
span { border-color: #4FE325; }
span { border-color: rgb(79,227,37); }
td.TdClassName
{
border-color: #4FE325;
}
.TagClassName
{
border-color: #4FE325;
}
</style>