#5CAC21

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

Shades of Limeade #5CAC21

Tints of Limeade #5CAC21

Color information

#5CAC21 (or 0x5CAC21) is unknown color: approx Limeade. HEX triplet: 5C, AC and 21. RGB value is (92,172,33). Sum of RGB (Red+Green+Blue) = 92+172+33=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC21 is #A353DE. Grayscale: #848484. Windows color (decimal): -10703839 or 2206812. OLE color: 2206812.

HSL color Cylindrical-coordinate representation of color #5CAC21: hue angle of 94.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5CAC21 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB9217233-
CMYK0.4700.810.33
HSL94.53º67.8%40.2%-
HSV(B)94.53º80.81%67.45%-
XYZ19.4431.896.57-
YUV132.237299.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 172 (67.58% from 255) = 57.91%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=30.98%
G=57.91%
B=11.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92172330.4700.810.3394.5367.840.2
Hex5CAC212F051215f4428
Octal134254415701214113710450
Binary1011100101011001000011011110101000110000110111111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,172,33); }

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

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

 a { background-color: rgb(92,172,33); }

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

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

 span { border-color: rgb(92,172,33); }

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