Shades of Lime Green #4FCF33
Tints of Lime Green #4FCF33
RGB
CMYK
RGB Variations
Color information
#4FCF33 (or 0x4FCF33) is known color: Lime Green. HEX triplet: 4F, CF and 33. RGB value is (79,207,51). Sum of RGB (Red+Green+Blue) = 79+207+51=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4FCF33 is #B030CC. Grayscale: #979797. Windows color (decimal): -11546829 or 3395407. OLE color: 3395407.
HSL color Cylindrical-coordinate representation of color #4FCF33: hue angle of 109.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4FCF33 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 51 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.19 |
| HSL | 109.23º | 0.62% | 0.51% | - |
| HSV(B) | 109.23º | 0.75% | 0.81% | - |
| XYZ | 26.13 | 46.53 | 10.74 | - |
| YUV | 150.94 | 71.59 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 51 | 0.62 | 0 | 0.75 | 0.19 | 109.23 | 0.62 | 0.51 |
| Hex | 4F | CF | 33 | 3E | 0 | 4B | 13 | 6D | 3E | 33 |
| Octal | 117 | 317 | 63 | 76 | 0 | 113 | 23 | 155 | 76 | 63 |
| Binary | 1001111 | 11001111 | 110011 | 111110 | 0 | 1001011 | 10011 | 1101101 | 111110 | 110011 |
Color Harmonies of #4FCF33
Complementary color
Monochromatic Colors of #4FCF33
Black with #4FCF33
Text Example
Text Example
White with #4FCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF33; }
p { color: rgb(79,207,51); }
H1.HeaderClassName
{
color: #4FCF33;
}
.AnyTagClassName
{
color: #4FCF33;
}
</style>
background-color css
<style>
a { background-color: #4FCF33; }
a { background-color: rgb(79,207,51); }
div.DivClassName
{
background-color: #4FCF33;
}
.BgClassName
{
background-color: #4FCF33;
}
</style>
border-color css
<style>
span { border-color: #4FCF33; }
span { border-color: rgb(79,207,51); }
td.TdClassName
{
border-color: #4FCF33;
}
.TagClassName
{
border-color: #4FCF33;
}
</style>