Shades of Limeade #488F01
Tints of Limeade #488F01
RGB
CMYK
RGB Variations
Color information
#488F01 (or 0x488F01) is known color: Limeade. HEX triplet: 48, 8F and 01. RGB value is (72,143,1). Sum of RGB (Red+Green+Blue) = 72+143+1=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 143 (56.25% from 255 or 66.20% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 143 - color contains mainly: green. Hex color #488F01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488F01 is #B770FE. Grayscale: #6A6A6A. Windows color (decimal): -12022015 or 102216. OLE color: 102216.
HSL color Cylindrical-coordinate representation of color #488F01: hue angle of 90º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #488F01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 143 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.44 |
| HSL | 90º | 0.99% | 0.28% | - |
| HSV(B) | 90º | 0.99% | 0.56% | - |
| XYZ | 12.5 | 21.02 | 3.43 | - |
| YUV | 105.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 143 | 1 | 0.50 | 0 | 0.99 | 0.44 | 90 | 0.99 | 0.28 |
| Hex | 48 | 8F | 1 | 32 | 0 | 63 | 2C | 5A | 63 | 1C |
| Octal | 110 | 217 | 1 | 62 | 0 | 143 | 54 | 132 | 143 | 34 |
| Binary | 1001000 | 10001111 | 1 | 110010 | 0 | 1100011 | 101100 | 1011010 | 1100011 | 11100 |
Color Harmonies of #488F01
Complementary color
Monochromatic Colors of #488F01
Black with #488F01
Text Example
Text Example
White with #488F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488F01; }
p { color: rgb(72,143,1); }
H1.HeaderClassName
{
color: #488F01;
}
.AnyTagClassName
{
color: #488F01;
}
</style>
background-color css
<style>
a { background-color: #488F01; }
a { background-color: rgb(72,143,1); }
div.DivClassName
{
background-color: #488F01;
}
.BgClassName
{
background-color: #488F01;
}
</style>
border-color css
<style>
span { border-color: #488F01; }
span { border-color: rgb(72,143,1); }
td.TdClassName
{
border-color: #488F01;
}
.TagClassName
{
border-color: #488F01;
}
</style>