Shades of Limeade #4F9003
Tints of Limeade #4F9003
RGB
CMYK
RGB Variations
Color information
#4F9003 (or 0x4F9003) is known color: Limeade. HEX triplet: 4F, 90 and 03. RGB value is (79,144,3). Sum of RGB (Red+Green+Blue) = 79+144+3=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 144 (56.64% from 255 or 63.72% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 144 - color contains mainly: green. Hex color #4F9003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9003 is #B06FFC. Grayscale: #6C6C6C. Windows color (decimal): -11563005 or 233551. OLE color: 233551.
HSL color Cylindrical-coordinate representation of color #4F9003: hue angle of 87.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F9003 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 144 | 3 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.44 |
| HSL | 87.66º | 0.96% | 0.29% | - |
| HSV(B) | 87.66º | 0.98% | 0.56% | - |
| XYZ | 13.21 | 21.62 | 3.56 | - |
| YUV | 108.49 | 68.47 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 144 | 3 | 0.45 | 0 | 0.98 | 0.44 | 87.66 | 0.96 | 0.29 |
| Hex | 4F | 90 | 3 | 2D | 0 | 62 | 2C | 58 | 60 | 1D |
| Octal | 117 | 220 | 3 | 55 | 0 | 142 | 54 | 130 | 140 | 35 |
| Binary | 1001111 | 10010000 | 11 | 101101 | 0 | 1100010 | 101100 | 1011000 | 1100000 | 11101 |
Color Harmonies of #4F9003
Complementary color
Monochromatic Colors of #4F9003
Black with #4F9003
Text Example
Text Example
White with #4F9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9003; }
p { color: rgb(79,144,3); }
H1.HeaderClassName
{
color: #4F9003;
}
.AnyTagClassName
{
color: #4F9003;
}
</style>
background-color css
<style>
a { background-color: #4F9003; }
a { background-color: rgb(79,144,3); }
div.DivClassName
{
background-color: #4F9003;
}
.BgClassName
{
background-color: #4F9003;
}
</style>
border-color css
<style>
span { border-color: #4F9003; }
span { border-color: rgb(79,144,3); }
td.TdClassName
{
border-color: #4F9003;
}
.TagClassName
{
border-color: #4F9003;
}
</style>