#5CAF2A

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

Shades of Limeade #5CAF2A

Tints of Limeade #5CAF2A

Color information

#5CAF2A (or 0x5CAF2A) is unknown color: approx Limeade. HEX triplet: 5C, AF and 2A. RGB value is (92,175,42). Sum of RGB (Red+Green+Blue) = 92+175+42=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAF2A is #A350D5. Grayscale: #878787. Windows color (decimal): -10703062 or 2797404. OLE color: 2797404.

HSL color Cylindrical-coordinate representation of color #5CAF2A: hue angle of 97.44º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5CAF2A is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB9217542-
CMYK0.4700.760.31
HSL97.44º61.29%42.55%-
HSV(B)97.44º76%68.63%-
XYZ20.1633.17.52-
YUV135.0275.597.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 175 (68.75% from 255) = 56.63%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=29.77%
G=56.63%
B=13.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92175420.4700.760.3197.4461.2942.55
Hex5CAF2A2F04C1F613d2b
Octal13425752570114371417553
Binary10111001010111110101010111101001100111111100001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,42); }

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

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

 a { background-color: rgb(92,175,42); }

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

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

 span { border-color: rgb(92,175,42); }

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