#5fae2a

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

Shades of Limeade #5FAE2A

Tints of Limeade #5FAE2A

Color information

#5FAE2A (or 0x5FAE2A) is unknown color: approx Limeade. HEX triplet: 5F, AE and 2A. RGB value is (95,174,42). Sum of RGB (Red+Green+Blue) = 95+174+42=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAE2A is #A051D5. Grayscale: #878787. Windows color (decimal): -10506710 or 2797151. OLE color: 2797151.

HSL color Cylindrical-coordinate representation of color #5FAE2A: hue angle of 95.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FAE2A is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB9517442-
CMYK0.4500.760.32
HSL95.91º61.11%42.35%-
HSV(B)95.91º75.86%68.24%-
XYZ20.2732.877.47-
YUV135.3375.3399.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=30.55%
G=55.95%
B=13.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95174420.4500.760.3295.9161.1142.35
Hex5FAE2A2D04C20603d2a
Octal13725652550114401407552
Binary101111110101110101010101101010011001000001100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fae2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5fae2a; }

 p { color: rgb(95,174,42); }

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

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

 a { background-color: rgb(95,174,42); }

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

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

 span { border-color: rgb(95,174,42); }

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