Shades of Limeade #539F1A
Tints of Limeade #539F1A
RGB
CMYK
RGB Variations
Color information
#539F1A (or 0x539F1A) is known color: Limeade. HEX triplet: 53, 9F and 1A. RGB value is (83,159,26). Sum of RGB (Red+Green+Blue) = 83+159+26=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #539F1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539F1A is #AC60E5. Grayscale: #797979. Windows color (decimal): -11296998 or 1744723. OLE color: 1744723.
HSL color Cylindrical-coordinate representation of color #539F1A: hue angle of 94.29º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #539F1A is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 26 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.38 |
| HSL | 94.29º | 0.72% | 0.36% | - |
| HSV(B) | 94.29º | 0.84% | 0.62% | - |
| XYZ | 16.15 | 26.71 | 5.28 | - |
| YUV | 121.11 | 74.32 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 26 | 0.48 | 0 | 0.84 | 0.38 | 94.29 | 0.72 | 0.36 |
| Hex | 53 | 9F | 1A | 30 | 0 | 54 | 26 | 5E | 48 | 24 |
| Octal | 123 | 237 | 32 | 60 | 0 | 124 | 46 | 136 | 110 | 44 |
| Binary | 1010011 | 10011111 | 11010 | 110000 | 0 | 1010100 | 100110 | 1011110 | 1001000 | 100100 |
Color Harmonies of #539F1A
Complementary color
Monochromatic Colors of #539F1A
Black with #539F1A
Text Example
Text Example
White with #539F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F1A; }
p { color: rgb(83,159,26); }
H1.HeaderClassName
{
color: #539F1A;
}
.AnyTagClassName
{
color: #539F1A;
}
</style>
background-color css
<style>
a { background-color: #539F1A; }
a { background-color: rgb(83,159,26); }
div.DivClassName
{
background-color: #539F1A;
}
.BgClassName
{
background-color: #539F1A;
}
</style>
border-color css
<style>
span { border-color: #539F1A; }
span { border-color: rgb(83,159,26); }
td.TdClassName
{
border-color: #539F1A;
}
.TagClassName
{
border-color: #539F1A;
}
</style>