Shades of Lime Green #4FE932
Tints of Lime Green #4FE932
RGB
CMYK
RGB Variations
Color information
#4FE932 (or 0x4FE932) is known color: Lime Green. HEX triplet: 4F, E9 and 32. RGB value is (79,233,50). Sum of RGB (Red+Green+Blue) = 79+233+50=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 233 (91.41% from 255 or 64.36% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE932 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FE932 is #B016CD. Grayscale: #A6A6A6. Windows color (decimal): -11540174 or 3336527. OLE color: 3336527.
HSL color Cylindrical-coordinate representation of color #4FE932: hue angle of 110.49º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4FE932 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 233 | 50 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.09 |
| HSL | 110.49º | 0.81% | 0.55% | - |
| HSV(B) | 110.49º | 0.79% | 0.91% | - |
| XYZ | 32.94 | 60.17 | 12.9 | - |
| YUV | 166.09 | 62.48 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 233 | 50 | 0.66 | 0 | 0.79 | 0.09 | 110.49 | 0.81 | 0.55 |
| Hex | 4F | E9 | 32 | 42 | 0 | 4F | 9 | 6E | 51 | 37 |
| Octal | 117 | 351 | 62 | 102 | 0 | 117 | 11 | 156 | 121 | 67 |
| Binary | 1001111 | 11101001 | 110010 | 1000010 | 0 | 1001111 | 1001 | 1101110 | 1010001 | 110111 |
Color Harmonies of #4FE932
Complementary color
Monochromatic Colors of #4FE932
Black with #4FE932
Text Example
Text Example
White with #4FE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE932; }
p { color: rgb(79,233,50); }
H1.HeaderClassName
{
color: #4FE932;
}
.AnyTagClassName
{
color: #4FE932;
}
</style>
background-color css
<style>
a { background-color: #4FE932; }
a { background-color: rgb(79,233,50); }
div.DivClassName
{
background-color: #4FE932;
}
.BgClassName
{
background-color: #4FE932;
}
</style>
border-color css
<style>
span { border-color: #4FE932; }
span { border-color: rgb(79,233,50); }
td.TdClassName
{
border-color: #4FE932;
}
.TagClassName
{
border-color: #4FE932;
}
</style>