#5CA025

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

Shades of Limeade #5CA025

Tints of Limeade #5CA025

Color information

#5CA025 (or 0x5CA025) is unknown color: approx Limeade. HEX triplet: 5C, A0 and 25. RGB value is (92,160,37). Sum of RGB (Red+Green+Blue) = 92+160+37=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA025 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA025 is #A35FDA. Grayscale: #7E7E7E. Windows color (decimal): -10706907 or 2465884. OLE color: 2465884.

HSL color Cylindrical-coordinate representation of color #5CA025: hue angle of 93.17º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA025 is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB9216037-
CMYK0.4300.770.37
HSL93.17º62.44%38.63%-
HSV(B)93.17º76.88%62.75%-
XYZ17.3227.556.16-
YUV125.6577.97104-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 160 (62.89% from 255) = 55.36%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=31.83%
G=55.36%
B=12.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92160370.4300.770.3793.1762.4438.63
Hex5CA0252B04D255d3e27
Octal13424045530115451357647
Binary101110010100000100101101011010011011001011011101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,160,37); }

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

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

 a { background-color: rgb(92,160,37); }

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

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

 span { border-color: rgb(92,160,37); }

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