Shades of Lime Green #4FE425
Tints of Lime Green #4FE425
RGB
CMYK
RGB Variations
Color information
#4FE425 (or 0x4FE425) is known color: Lime Green. HEX triplet: 4F, E4 and 25. RGB value is (79,228,37). Sum of RGB (Red+Green+Blue) = 79+228+37=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 228 (89.45% from 255 or 66.28% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FE425 is #B01BDA. Grayscale: #A2A2A2. Windows color (decimal): -11541467 or 2483279. OLE color: 2483279.
HSL color Cylindrical-coordinate representation of color #4FE425: hue angle of 106.81º degrees, saturation: 0.78, 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 #4FE425 is Cyan = 0.65, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 228 | 37 | - |
| CMYK | 0.65 | 0 | 0.84 | 0.11 |
| HSL | 106.81º | 0.78% | 0.52% | - |
| HSV(B) | 106.81º | 0.84% | 0.89% | - |
| XYZ | 31.3 | 57.28 | 11.16 | - |
| YUV | 161.68 | 57.64 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 228 | 37 | 0.65 | 0 | 0.84 | 0.11 | 106.81 | 0.78 | 0.52 |
| Hex | 4F | E4 | 25 | 41 | 0 | 54 | B | 6B | 4E | 34 |
| Octal | 117 | 344 | 45 | 101 | 0 | 124 | 13 | 153 | 116 | 64 |
| Binary | 1001111 | 11100100 | 100101 | 1000001 | 0 | 1010100 | 1011 | 1101011 | 1001110 | 110100 |
Color Harmonies of #4FE425
Complementary color
Monochromatic Colors of #4FE425
Black with #4FE425
Text Example
Text Example
White with #4FE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE425; }
p { color: rgb(79,228,37); }
H1.HeaderClassName
{
color: #4FE425;
}
.AnyTagClassName
{
color: #4FE425;
}
</style>
background-color css
<style>
a { background-color: #4FE425; }
a { background-color: rgb(79,228,37); }
div.DivClassName
{
background-color: #4FE425;
}
.BgClassName
{
background-color: #4FE425;
}
</style>
border-color css
<style>
span { border-color: #4FE425; }
span { border-color: rgb(79,228,37); }
td.TdClassName
{
border-color: #4FE425;
}
.TagClassName
{
border-color: #4FE425;
}
</style>