#5FA22C

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

Shades of Limeade #5FA22C

Tints of Limeade #5FA22C

Color information

#5FA22C (or 0x5FA22C) is unknown color: approx Limeade. HEX triplet: 5F, A2 and 2C. RGB value is (95,162,44). Sum of RGB (Red+Green+Blue) = 95+162+44=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA22C is #A05DD3. Grayscale: #808080. Windows color (decimal): -10509780 or 2925151. OLE color: 2925151.

HSL color Cylindrical-coordinate representation of color #5FA22C: hue angle of 94.07º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FA22C is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB9516244-
CMYK0.4100.730.36
HSL94.07º57.28%40.39%-
HSV(B)94.07º72.84%63.53%-
XYZ18.0928.466.92-
YUV128.5180.3104.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=31.56%
G=53.82%
B=14.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95162440.4100.730.3694.0757.2840.39
Hex5FA22C29049245e3928
Octal13724254510111441367150
Binary101111110100010101100101001010010011001001011110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,162,44); }

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

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

 a { background-color: rgb(95,162,44); }

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

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

 span { border-color: rgb(95,162,44); }

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