#5FAA2F

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

Shades of Limeade #5FAA2F

Tints of Limeade #5FAA2F

Color information

#5FAA2F (or 0x5FAA2F) is unknown color: approx Limeade. HEX triplet: 5F, AA and 2F. RGB value is (95,170,47). Sum of RGB (Red+Green+Blue) = 95+170+47=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA2F is #A055D0. Grayscale: #858585. Windows color (decimal): -10507729 or 3123807. OLE color: 3123807.

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

Color convert

RGB9517047-
CMYK0.4400.720.33
HSL96.59º56.68%42.55%-
HSV(B)96.59º72.35%66.67%-
XYZ19.6131.397.71-
YUV133.5579.15100.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=30.45%
G=54.49%
B=15.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170470.4400.720.3396.5956.6842.55
Hex5FAA2F2C0482161392b
Octal13725257540110411417153
Binary101111110101010101111101100010010001000011100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,170,47); }

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

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

 a { background-color: rgb(95,170,47); }

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

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

 span { border-color: rgb(95,170,47); }

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