#5ca02b

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

Shades of Limeade #5CA02B

Tints of Limeade #5CA02B

Color information

#5CA02B (or 0x5CA02B) is unknown color: approx Limeade. HEX triplet: 5C, A0 and 2B. RGB value is (92,160,43). Sum of RGB (Red+Green+Blue) = 92+160+43=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA02B is #A35FD4. Grayscale: #7E7E7E. Windows color (decimal): -10706901 or 2859100. OLE color: 2859100.

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

Color convert

RGB9216043-
CMYK0.4300.730.37
HSL94.87º57.64%39.8%-
HSV(B)94.87º73.12%62.75%-
XYZ17.4227.596.69-
YUV126.3380.97103.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 160 (62.89% from 255) = 54.24%
BLUE value IS 43 (17.19% from 255) = 14.58%
R=31.19%
G=54.24%
B=14.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal92160430.4300.730.3794.8757.6439.8
Hex5CA02B2B049255f3a28
Octal13424053530111451377250
Binary101110010100000101011101011010010011001011011111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ca02b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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