#539a1f

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

Shades of Limeade #539A1F

Tints of Limeade #539A1F

Color information

#539A1F (or 0x539A1F) is unknown color: approx Limeade. HEX triplet: 53, 9A and 1F. RGB value is (83,154,31). Sum of RGB (Red+Green+Blue) = 83+154+31=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 154 (60.55% from 255 or 57.46% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 154 - color contains mainly: green. Hex color #539A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539A1F is #AC65E0. Grayscale: #777777. Windows color (decimal): -11298273 or 2071123. OLE color: 2071123.

HSL color Cylindrical-coordinate representation of color #539A1F: hue angle of 94.63º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #539A1F is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB8315431-
CMYK0.4600.800.40
HSL94.63º66.49%36.27%-
HSV(B)94.63º79.87%60.39%-
XYZ15.3725.055.32-
YUV118.7578.48102.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.97%
GREEN value IS 154 (60.55% from 255) = 57.46%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=30.97%
G=57.46%
B=11.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83154310.4600.800.4094.6366.4936.27
Hex539A1F2E050285f4224
Octal123232375601205013710244
Binary101001110011010111111011100101000010100010111111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539a1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,31); }

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

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

 a { background-color: rgb(83,154,31); }

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

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

 span { border-color: rgb(83,154,31); }

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