#5FA12E

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

Shades of Limeade #5FA12E

Tints of Limeade #5FA12E

Color information

#5FA12E (or 0x5FA12E) is unknown color: approx Limeade. HEX triplet: 5F, A1 and 2E. RGB value is (95,161,46). Sum of RGB (Red+Green+Blue) = 95+161+46=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 161 (63.28% from 255 or 53.31% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA12E is #A05ED1. Grayscale: #808080. Windows color (decimal): -10510034 or 3055967. OLE color: 3055967.

HSL color Cylindrical-coordinate representation of color #5FA12E: hue angle of 94.43º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FA12E is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB9516146-
CMYK0.4100.710.37
HSL94.43º55.56%40.59%-
HSV(B)94.43º71.43%63.14%-
XYZ17.9628.127.07-
YUV128.1681.63104.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.46%
GREEN value IS 161 (63.28% from 255) = 53.31%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=31.46%
G=53.31%
B=15.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95161460.4100.710.3794.4355.5640.59
Hex5FA12E29047255e3829
Octal13724156510107451367051
Binary101111110100001101110101001010001111001011011110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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