#5FAA27

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

Shades of Limeade #5FAA27

Tints of Limeade #5FAA27

Color information

#5FAA27 (or 0x5FAA27) is unknown color: approx Limeade. HEX triplet: 5F, AA and 27. RGB value is (95,170,39). Sum of RGB (Red+Green+Blue) = 95+170+39=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 39 (15.62% from 255 or 12.83% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA27 is #A055D8. Grayscale: #858585. Windows color (decimal): -10507737 or 2599519. OLE color: 2599519.

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

Color convert

RGB9517039-
CMYK0.4400.770.33
HSL94.35º62.68%40.98%-
HSV(B)94.35º77.06%66.67%-
XYZ19.4631.336.94-
YUV132.6475.15101.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 170 (66.80% from 255) = 55.92%
BLUE value IS 39 (15.62% from 255) = 12.83%
R=31.25%
G=55.92%
B=12.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95170390.4400.770.3394.3562.6840.98
Hex5FAA272C04D215e3f29
Octal13725247540115411367751
Binary101111110101010100111101100010011011000011011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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