Shades of Lime Green #4FF32F
Tints of Lime Green #4FF32F
RGB
CMYK
RGB Variations
Color information
#4FF32F (or 0x4FF32F) is known color: Lime Green. HEX triplet: 4F, F3 and 2F. RGB value is (79,243,47). Sum of RGB (Red+Green+Blue) = 79+243+47=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF32F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FF32F is #B00CD0. Grayscale: #ACACAC. Windows color (decimal): -11537617 or 3142479. OLE color: 3142479.
HSL color Cylindrical-coordinate representation of color #4FF32F: hue angle of 110.2º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FF32F is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 243 | 47 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.05 |
| HSL | 110.2º | 0.89% | 0.57% | - |
| HSV(B) | 110.2º | 0.81% | 0.95% | - |
| XYZ | 35.79 | 65.97 | 13.54 | - |
| YUV | 171.62 | 57.67 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 243 | 47 | 0.67 | 0 | 0.81 | 0.05 | 110.2 | 0.89 | 0.57 |
| Hex | 4F | F3 | 2F | 43 | 0 | 51 | 5 | 6E | 59 | 39 |
| Octal | 117 | 363 | 57 | 103 | 0 | 121 | 5 | 156 | 131 | 71 |
| Binary | 1001111 | 11110011 | 101111 | 1000011 | 0 | 1010001 | 101 | 1101110 | 1011001 | 111001 |
Color Harmonies of #4FF32F
Complementary color
Monochromatic Colors of #4FF32F
Black with #4FF32F
Text Example
Text Example
White with #4FF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FF32F; }
p { color: rgb(79,243,47); }
H1.HeaderClassName
{
color: #4FF32F;
}
.AnyTagClassName
{
color: #4FF32F;
}
</style>
background-color css
<style>
a { background-color: #4FF32F; }
a { background-color: rgb(79,243,47); }
div.DivClassName
{
background-color: #4FF32F;
}
.BgClassName
{
background-color: #4FF32F;
}
</style>
border-color css
<style>
span { border-color: #4FF32F; }
span { border-color: rgb(79,243,47); }
td.TdClassName
{
border-color: #4FF32F;
}
.TagClassName
{
border-color: #4FF32F;
}
</style>