Html Css Color HEX #5CAC20 Limeade

📋 copy color: '#5CAC20'

red 92 ◦ green 172 ◦ blue 32

#5CAC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #5CAC20

Tints of Limeade #5CAC20

RGB

 RED value IS 92 (36.33% from 255) = 31.08%

 GREEN value IS 172 (67.58% from 255) = 58.11%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 31.08%
G = 58.11%
B = 10.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#5CAC20 (or 0x5CAC20) is known color: Limeade. HEX triplet: 5C, AC and 20. RGB value is (92,172,32). Sum of RGB (Red+Green+Blue) = 92+172+32=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC20 is #A353DF. Grayscale: #848484. Windows color (decimal): -10703840 or 2141276. OLE color: 2141276.

HSL color Cylindrical-coordinate representation of color #5CAC20: hue angle of 94.29º degrees, saturation: 0.69, 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 #5CAC20 is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 172 32 -
CMYK 0.47 0 0.81 0.33
HSL 94.29º 0.69% 0.4% -
HSV(B) 94.29º 0.81% 0.67% -
XYZ 19.43 31.88 6.5 -
YUV 132.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 92 172 32 0.47 0 0.81 0.33 94.29 0.69 0.4
Hex 5C AC 20 2F 0 51 21 5E 45 28
Octal 134 254 40 57 0 121 41 136 105 50
Binary 1011100 10101100 100000 101111 0 1010001 100001 1011110 1000101 101000

Color Harmonies of #5CAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC20

Black with #5CAC20

Text Example


Text Example

White with #5CAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CAC20;
 }
 .AnyTagClassName
 {
   color: #5CAC20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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