#539B0E

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

Shades of Limeade #539B0E

Tints of Limeade #539B0E

Color information

#539B0E (or 0x539B0E) is unknown color: approx Limeade. HEX triplet: 53, 9B and 0E. RGB value is (83,155,14). Sum of RGB (Red+Green+Blue) = 83+155+14=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #539B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #539B0E is #AC64F1. Grayscale: #757575. Windows color (decimal): -11298034 or 957267. OLE color: 957267.

HSL color Cylindrical-coordinate representation of color #539B0E: hue angle of 90.64º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #539B0E is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB8315514-
CMYK0.4600.910.39
HSL90.64º83.43%33.14%-
HSV(B)90.64º90.97%60.78%-
XYZ15.3725.314.49-
YUV117.469.65103.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.94%
GREEN value IS 155 (60.94% from 255) = 61.51%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=32.94%
G=61.51%
B=5.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal83155140.4600.910.3990.6483.4333.14
Hex539BE2E05B275b5321
Octal123233165601334713312341
Binary10100111001101111101011100101101110011110110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539B0E; }

 p { color: rgb(83,155,14); }

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

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

 a { background-color: rgb(83,155,14); }

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

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

 span { border-color: rgb(83,155,14); }

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