Shades of Limeade #488E02
Tints of Limeade #488E02
RGB
CMYK
RGB Variations
Color information
#488E02 (or 0x488E02) is known color: Limeade. HEX triplet: 48, 8E and 02. RGB value is (72,142,2). Sum of RGB (Red+Green+Blue) = 72+142+2=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #488E02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488E02 is #B771FD. Grayscale: #696969. Windows color (decimal): -12022270 or 167496. OLE color: 167496.
HSL color Cylindrical-coordinate representation of color #488E02: hue angle of 90º degrees, saturation: 0.97, 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 #488E02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 72 | 142 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.44 |
| HSL | 90º | 0.97% | 0.28% | - |
| HSV(B) | 90º | 0.99% | 0.56% | - |
| XYZ | 12.36 | 20.73 | 3.41 | - |
| YUV | 105.11 | 69.81 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 2 | 0.49 | 0 | 0.99 | 0.44 | 90 | 0.97 | 0.28 |
| Hex | 48 | 8E | 2 | 31 | 0 | 63 | 2C | 5A | 61 | 1C |
| Octal | 110 | 216 | 2 | 61 | 0 | 143 | 54 | 132 | 141 | 34 |
| Binary | 1001000 | 10001110 | 10 | 110001 | 0 | 1100011 | 101100 | 1011010 | 1100001 | 11100 |
Color Harmonies of #488E02
Complementary color
Monochromatic Colors of #488E02
Black with #488E02
Text Example
Text Example
White with #488E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488E02; }
p { color: rgb(72,142,2); }
H1.HeaderClassName
{
color: #488E02;
}
.AnyTagClassName
{
color: #488E02;
}
</style>
background-color css
<style>
a { background-color: #488E02; }
a { background-color: rgb(72,142,2); }
div.DivClassName
{
background-color: #488E02;
}
.BgClassName
{
background-color: #488E02;
}
</style>
border-color css
<style>
span { border-color: #488E02; }
span { border-color: rgb(72,142,2); }
td.TdClassName
{
border-color: #488E02;
}
.TagClassName
{
border-color: #488E02;
}
</style>