#5CA62B

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

Shades of Limeade #5CA62B

Tints of Limeade #5CA62B

Color information

#5CA62B (or 0x5CA62B) is unknown color: approx Limeade. HEX triplet: 5C, A6 and 2B. RGB value is (92,166,43). Sum of RGB (Red+Green+Blue) = 92+166+43=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA62B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA62B is #A359D4. Grayscale: #828282. Windows color (decimal): -10705365 or 2860636. OLE color: 2860636.

HSL color Cylindrical-coordinate representation of color #5CA62B: hue angle of 96.1º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CA62B is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB9216643-
CMYK0.4500.740.35
HSL96.1º58.85%40.98%-
HSV(B)96.1º74.1%65.1%-
XYZ18.4929.727.05-
YUV129.8578.98101-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 166 (65.23% from 255) = 55.15%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=30.56%
G=55.15%
B=14.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal92166430.4500.740.3596.158.8540.98
Hex5CA62B2D04A23603b29
Octal13424653550112431407351
Binary101110010100110101011101101010010101000111100000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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