#539802

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

Shades of Limeade #539802

Tints of Limeade #539802

Color information

#539802 (or 0x539802) is unknown color: approx Limeade. HEX triplet: 53, 98 and 02. RGB value is (83,152,2). Sum of RGB (Red+Green+Blue) = 83+152+2=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 152 (59.77% from 255 or 64.14% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 152 - color contains mainly: green. Hex color #539802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539802 is #AC67FD. Grayscale: #727272. Windows color (decimal): -11298814 or 170067. OLE color: 170067.

HSL color Cylindrical-coordinate representation of color #539802: hue angle of 87.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #539802 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB831522-
CMYK0.4500.990.40
HSL87.6º97.4%30.2%-
HSV(B)87.6º98.68%59.61%-
XYZ14.8124.33.97-
YUV114.2764.64105.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 152 (59.77% from 255) = 64.14%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=35.02%
G=64.14%
B=0.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8315220.4500.990.4087.697.430.2
Hex539822D0632858611e
Octal12323025501435013014136
Binary10100111001100010101101011000111010001011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539802; }

 p { color: rgb(83,152,2); }

 H1.HeaderClassName
 {
   color: #539802;
 }
 .AnyTagClassName
 {
   color: #539802;
 }
</style>
background-color css

<style>
 a { background-color: #539802; }

 a { background-color: rgb(83,152,2); }

 div.DivClassName
 {
   background-color: #539802;
 }
 .BgClassName
 {
   background-color: #539802;
 }
</style>
border-color css

<style>
 span { border-color: #539802; }

 span { border-color: rgb(83,152,2); }

 td.TdClassName
 {
   border-color: #539802;
 }
 .TagClassName
 {
   border-color: #539802;
 }
</style>