Shades of Limeade #539E02
Tints of Limeade #539E02
RGB
CMYK
RGB Variations
Color information
#539E02 (or 0x539E02) is known color: Limeade. HEX triplet: 53, 9E and 02. RGB value is (83,158,2). Sum of RGB (Red+Green+Blue) = 83+158+2=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 158 (62.11% from 255 or 65.02% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 158 - color contains mainly: green. Hex color #539E02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539E02 is #AC61FD. Grayscale: #767676. Windows color (decimal): -11297278 or 171603. OLE color: 171603.
HSL color Cylindrical-coordinate representation of color #539E02: hue angle of 88.85º degrees, saturation: 0.98, 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 #539E02 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 158 | 2 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.38 |
| HSL | 88.85º | 0.98% | 0.31% | - |
| HSV(B) | 88.85º | 0.99% | 0.62% | - |
| XYZ | 15.81 | 26.3 | 4.3 | - |
| YUV | 117.79 | 62.65 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 158 | 2 | 0.47 | 0 | 0.99 | 0.38 | 88.85 | 0.98 | 0.31 |
| Hex | 53 | 9E | 2 | 2F | 0 | 63 | 26 | 59 | 62 | 1F |
| Octal | 123 | 236 | 2 | 57 | 0 | 143 | 46 | 131 | 142 | 37 |
| Binary | 1010011 | 10011110 | 10 | 101111 | 0 | 1100011 | 100110 | 1011001 | 1100010 | 11111 |
Color Harmonies of #539E02
Complementary color
Monochromatic Colors of #539E02
Black with #539E02
Text Example
Text Example
White with #539E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539E02; }
p { color: rgb(83,158,2); }
H1.HeaderClassName
{
color: #539E02;
}
.AnyTagClassName
{
color: #539E02;
}
</style>
background-color css
<style>
a { background-color: #539E02; }
a { background-color: rgb(83,158,2); }
div.DivClassName
{
background-color: #539E02;
}
.BgClassName
{
background-color: #539E02;
}
</style>
border-color css
<style>
span { border-color: #539E02; }
span { border-color: rgb(83,158,2); }
td.TdClassName
{
border-color: #539E02;
}
.TagClassName
{
border-color: #539E02;
}
</style>