Shades of Limeade #539A2D
Tints of Limeade #539A2D
RGB
CMYK
RGB Variations
Color information
#539A2D (or 0x539A2D) is known color: Limeade. HEX triplet: 53, 9A and 2D. RGB value is (83,154,45). Sum of RGB (Red+Green+Blue) = 83+154+45=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #539A2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A2D is #AC65D2. Grayscale: #787878. Windows color (decimal): -11298259 or 2988627. OLE color: 2988627.
HSL color Cylindrical-coordinate representation of color #539A2D: hue angle of 99.08º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #539A2D is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 45 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.40 |
| HSL | 99.08º | 0.55% | 0.39% | - |
| HSV(B) | 99.08º | 0.71% | 0.6% | - |
| XYZ | 15.6 | 25.14 | 6.51 | - |
| YUV | 120.35 | 85.48 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 45 | 0.46 | 0 | 0.71 | 0.40 | 99.08 | 0.55 | 0.39 |
| Hex | 53 | 9A | 2D | 2E | 0 | 47 | 28 | 63 | 37 | 27 |
| Octal | 123 | 232 | 55 | 56 | 0 | 107 | 50 | 143 | 67 | 47 |
| Binary | 1010011 | 10011010 | 101101 | 101110 | 0 | 1000111 | 101000 | 1100011 | 110111 | 100111 |
Color Harmonies of #539A2D
Complementary color
Monochromatic Colors of #539A2D
Black with #539A2D
Text Example
Text Example
White with #539A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A2D; }
p { color: rgb(83,154,45); }
H1.HeaderClassName
{
color: #539A2D;
}
.AnyTagClassName
{
color: #539A2D;
}
</style>
background-color css
<style>
a { background-color: #539A2D; }
a { background-color: rgb(83,154,45); }
div.DivClassName
{
background-color: #539A2D;
}
.BgClassName
{
background-color: #539A2D;
}
</style>
border-color css
<style>
span { border-color: #539A2D; }
span { border-color: rgb(83,154,45); }
td.TdClassName
{
border-color: #539A2D;
}
.TagClassName
{
border-color: #539A2D;
}
</style>