Shades of Limeade #539D1E
Tints of Limeade #539D1E
RGB
CMYK
RGB Variations
Color information
#539D1E (or 0x539D1E) is known color: Limeade. HEX triplet: 53, 9D and 1E. RGB value is (83,157,30). Sum of RGB (Red+Green+Blue) = 83+157+30=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #539D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539D1E is #AC62E1. Grayscale: #787878. Windows color (decimal): -11297506 or 2006355. OLE color: 2006355.
HSL color Cylindrical-coordinate representation of color #539D1E: hue angle of 94.96º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #539D1E is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 30 | - |
| CMYK | 0.47 | 0 | 0.81 | 0.38 |
| HSL | 94.96º | 0.68% | 0.37% | - |
| HSV(B) | 94.96º | 0.81% | 0.62% | - |
| XYZ | 15.86 | 26.05 | 5.42 | - |
| YUV | 120.4 | 76.98 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 30 | 0.47 | 0 | 0.81 | 0.38 | 94.96 | 0.68 | 0.37 |
| Hex | 53 | 9D | 1E | 2F | 0 | 51 | 26 | 5F | 44 | 25 |
| Octal | 123 | 235 | 36 | 57 | 0 | 121 | 46 | 137 | 104 | 45 |
| Binary | 1010011 | 10011101 | 11110 | 101111 | 0 | 1010001 | 100110 | 1011111 | 1000100 | 100101 |
Color Harmonies of #539D1E
Complementary color
Monochromatic Colors of #539D1E
Black with #539D1E
Text Example
Text Example
White with #539D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D1E; }
p { color: rgb(83,157,30); }
H1.HeaderClassName
{
color: #539D1E;
}
.AnyTagClassName
{
color: #539D1E;
}
</style>
background-color css
<style>
a { background-color: #539D1E; }
a { background-color: rgb(83,157,30); }
div.DivClassName
{
background-color: #539D1E;
}
.BgClassName
{
background-color: #539D1E;
}
</style>
border-color css
<style>
span { border-color: #539D1E; }
span { border-color: rgb(83,157,30); }
td.TdClassName
{
border-color: #539D1E;
}
.TagClassName
{
border-color: #539D1E;
}
</style>