Html Css Color HEX #5CA120 Limeade

📋 copy color: '#5CA120'

red 92 ◦ green 161 ◦ blue 32

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

Shades of Limeade #5CA120

Tints of Limeade #5CA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 56.49%

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

R = 32.28%
G = 56.49%
B = 11.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#5CA120 (or 0x5CA120) is known color: Limeade. HEX triplet: 5C, A1 and 20. RGB value is (92,161,32). Sum of RGB (Red+Green+Blue) = 92+161+32=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA120 is #A35EDF. Grayscale: #7E7E7E. Windows color (decimal): -10706656 or 2138460. OLE color: 2138460.

HSL color Cylindrical-coordinate representation of color #5CA120: hue angle of 92.09º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5CA120 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 161 32 -
CMYK 0.43 0 0.80 0.37
HSL 92.09º 0.67% 0.38% -
HSV(B) 92.09º 0.8% 0.63% -
XYZ 17.42 27.87 5.83 -
YUV 125.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 92 161 32 0.43 0 0.80 0.37 92.09 0.67 0.38
Hex 5C A1 20 2B 0 50 25 5C 43 26
Octal 134 241 40 53 0 120 45 134 103 46
Binary 1011100 10100001 100000 101011 0 1010000 100101 1011100 1000011 100110

Color Harmonies of #5CA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA120

Black with #5CA120

Text Example


Text Example

White with #5CA120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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