#5FAC29

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

Shades of Limeade #5FAC29

Tints of Limeade #5FAC29

Color information

#5FAC29 (or 0x5FAC29) is unknown color: approx Limeade. HEX triplet: 5F, AC and 29. RGB value is (95,172,41). Sum of RGB (Red+Green+Blue) = 95+172+41=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC29 is #A053D6. Grayscale: #868686. Windows color (decimal): -10507223 or 2731103. OLE color: 2731103.

HSL color Cylindrical-coordinate representation of color #5FAC29: hue angle of 95.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FAC29 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB9517241-
CMYK0.4500.760.33
HSL95.27º61.5%41.76%-
HSV(B)95.27º76.16%67.45%-
XYZ19.8732.17.25-
YUV134.0475.49100.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 172 (67.58% from 255) = 55.84%
BLUE value IS 41 (16.41% from 255) = 13.31%
R=30.84%
G=55.84%
B=13.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95172410.4500.760.3395.2761.541.76
Hex5FAC292D04C215f3e2a
Octal13725451550114411377652
Binary101111110101100101001101101010011001000011011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,41); }

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

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

 a { background-color: rgb(95,172,41); }

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

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

 span { border-color: rgb(95,172,41); }

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