#539D02

Color #539D02 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #539D02

Tints of Limeade #539D02

Color information

#539D02 (or 0x539D02) is unknown color: approx 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

RGB831572-
CMYK0.4700.990.38
HSL88.65º97.48%31.18%-
HSV(B)88.65º98.73%61.57%-
XYZ15.6425.964.24-
YUV117.262.98103.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 157 (61.72% from 255) = 64.88%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=34.30%
G=64.88%
B=0.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8315720.4700.990.3888.6597.4831.18
Hex539D22F0632659611f
Octal12323525701434613114137
Binary10100111001110110101111011000111001101011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>