#5FA62E

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

Shades of Limeade #5FA62E

Tints of Limeade #5FA62E

Color information

#5FA62E (or 0x5FA62E) is unknown color: approx Limeade. HEX triplet: 5F, A6 and 2E. RGB value is (95,166,46). Sum of RGB (Red+Green+Blue) = 95+166+46=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA62E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA62E is #A059D1. Grayscale: #838383. Windows color (decimal): -10508754 or 3057247. OLE color: 3057247.

HSL color Cylindrical-coordinate representation of color #5FA62E: hue angle of 95.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FA62E is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB9516646-
CMYK0.4300.720.35
HSL95.5º56.6%41.57%-
HSV(B)95.5º72.29%65.1%-
XYZ18.8529.97.36-
YUV131.0979.98102.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 166 (65.23% from 255) = 54.07%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=30.94%
G=54.07%
B=14.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal95166460.4300.720.3595.556.641.57
Hex5FA62E2B0482360392a
Octal13724656530110431407152
Binary101111110100110101110101011010010001000111100000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,166,46); }

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

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

 a { background-color: rgb(95,166,46); }

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

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

 span { border-color: rgb(95,166,46); }

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