Shades of Limeade #539A25
Tints of Limeade #539A25
RGB
CMYK
RGB Variations
Color information
#539A25 (or 0x539A25) is known color: Limeade. HEX triplet: 53, 9A and 25. RGB value is (83,154,37). Sum of RGB (Red+Green+Blue) = 83+154+37=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #539A25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A25 is #AC65DA. Grayscale: #777777. Windows color (decimal): -11298267 or 2464339. OLE color: 2464339.
HSL color Cylindrical-coordinate representation of color #539A25: hue angle of 96.41º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #539A25 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 154 | 37 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.40 |
| HSL | 96.41º | 0.61% | 0.37% | - |
| HSV(B) | 96.41º | 0.76% | 0.6% | - |
| XYZ | 15.46 | 25.08 | 5.78 | - |
| YUV | 119.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 154 | 37 | 0.46 | 0 | 0.76 | 0.40 | 96.41 | 0.61 | 0.37 |
| Hex | 53 | 9A | 25 | 2E | 0 | 4C | 28 | 60 | 3D | 25 |
| Octal | 123 | 232 | 45 | 56 | 0 | 114 | 50 | 140 | 75 | 45 |
| Binary | 1010011 | 10011010 | 100101 | 101110 | 0 | 1001100 | 101000 | 1100000 | 111101 | 100101 |
Color Harmonies of #539A25
Complementary color
Monochromatic Colors of #539A25
Black with #539A25
Text Example
Text Example
White with #539A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539A25; }
p { color: rgb(83,154,37); }
H1.HeaderClassName
{
color: #539A25;
}
.AnyTagClassName
{
color: #539A25;
}
</style>
background-color css
<style>
a { background-color: #539A25; }
a { background-color: rgb(83,154,37); }
div.DivClassName
{
background-color: #539A25;
}
.BgClassName
{
background-color: #539A25;
}
</style>
border-color css
<style>
span { border-color: #539A25; }
span { border-color: rgb(83,154,37); }
td.TdClassName
{
border-color: #539A25;
}
.TagClassName
{
border-color: #539A25;
}
</style>