Shades of Limeade #539A26
Tints of Limeade #539A26
RGB
CMYK
RGB Variations
Color information
#539A26 (or 0x539A26) is known color: Limeade. HEX triplet: 53, 9A and 26. RGB value is (83,154,38). Sum of RGB (Red+Green+Blue) = 83+154+38=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #539A26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A26 is #AC65D9. Grayscale: #777777. Windows color (decimal): -11298266 or 2529875. OLE color: 2529875.
HSL color Cylindrical-coordinate representation of color #539A26: hue angle of 96.72º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #539A26 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 38 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.40 |
| HSL | 96.72º | 0.6% | 0.38% | - |
| HSV(B) | 96.72º | 0.75% | 0.6% | - |
| XYZ | 15.47 | 25.09 | 5.86 | - |
| YUV | 119.55 | 81.98 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 38 | 0.46 | 0 | 0.75 | 0.40 | 96.72 | 0.6 | 0.38 |
| Hex | 53 | 9A | 26 | 2E | 0 | 4B | 28 | 61 | 3C | 26 |
| Octal | 123 | 232 | 46 | 56 | 0 | 113 | 50 | 141 | 74 | 46 |
| Binary | 1010011 | 10011010 | 100110 | 101110 | 0 | 1001011 | 101000 | 1100001 | 111100 | 100110 |
Color Harmonies of #539A26
Complementary color
Monochromatic Colors of #539A26
Black with #539A26
Text Example
Text Example
White with #539A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A26; }
p { color: rgb(83,154,38); }
H1.HeaderClassName
{
color: #539A26;
}
.AnyTagClassName
{
color: #539A26;
}
</style>
background-color css
<style>
a { background-color: #539A26; }
a { background-color: rgb(83,154,38); }
div.DivClassName
{
background-color: #539A26;
}
.BgClassName
{
background-color: #539A26;
}
</style>
border-color css
<style>
span { border-color: #539A26; }
span { border-color: rgb(83,154,38); }
td.TdClassName
{
border-color: #539A26;
}
.TagClassName
{
border-color: #539A26;
}
</style>