Shades of Limeade #539D02
Tints of Limeade #539D02
RGB
CMYK
RGB Variations
Color information
#539D02 (or 0x539D02) is known color: Limeade. HEX triplet: 53, 9D and 02. RGB value is (83,157,2). Sum of RGB (Red+Green+Blue) = 83+157+2=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 157 (61.72% from 255 or 64.88% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 157 - color contains mainly: green. Hex color #539D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539D02 is #AC62FD. Grayscale: #757575. Windows color (decimal): -11297534 or 171347. OLE color: 171347.
HSL color Cylindrical-coordinate representation of color #539D02: hue angle of 88.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #539D02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 157 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.38 |
| HSL | 88.65º | 0.97% | 0.31% | - |
| HSV(B) | 88.65º | 0.99% | 0.62% | - |
| XYZ | 15.64 | 25.96 | 4.24 | - |
| YUV | 117.2 | 62.98 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 157 | 2 | 0.47 | 0 | 0.99 | 0.38 | 88.65 | 0.97 | 0.31 |
| Hex | 53 | 9D | 2 | 2F | 0 | 63 | 26 | 59 | 61 | 1F |
| Octal | 123 | 235 | 2 | 57 | 0 | 143 | 46 | 131 | 141 | 37 |
| Binary | 1010011 | 10011101 | 10 | 101111 | 0 | 1100011 | 100110 | 1011001 | 1100001 | 11111 |
Color Harmonies of #539D02
Complementary color
Monochromatic Colors of #539D02
Black with #539D02
Text Example
Text Example
White with #539D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539D02; }
p { color: rgb(83,157,2); }
H1.HeaderClassName
{
color: #539D02;
}
.AnyTagClassName
{
color: #539D02;
}
</style>
background-color css
<style>
a { background-color: #539D02; }
a { background-color: rgb(83,157,2); }
div.DivClassName
{
background-color: #539D02;
}
.BgClassName
{
background-color: #539D02;
}
</style>
border-color css
<style>
span { border-color: #539D02; }
span { border-color: rgb(83,157,2); }
td.TdClassName
{
border-color: #539D02;
}
.TagClassName
{
border-color: #539D02;
}
</style>