Html Css Color HEX #5CAC1C Limeade

📋 copy color: '#5CAC1C'

red 92 ◦ green 172 ◦ blue 28

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

Shades of Limeade #5CAC1C

Tints of Limeade #5CAC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.59%

R = 31.51%
G = 58.9%
B = 9.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#5CAC1C (or 0x5CAC1C) is known color: Limeade. HEX triplet: 5C, AC and 1C. RGB value is (92,172,28). Sum of RGB (Red+Green+Blue) = 92+172+28=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC1C is #A353E3. Grayscale: #848484. Windows color (decimal): -10703844 or 1879132. OLE color: 1879132.

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

Color convert

RGB 92 172 28 -
CMYK 0.47 0 0.84 0.33
HSL 93.33º 0.72% 0.39% -
HSV(B) 93.33º 0.84% 0.67% -
XYZ 19.38 31.86 6.23 -
YUV 131.66 69.5 99.71 -
System Red Green Blue C M Y K H S L
Decimal 92 172 28 0.47 0 0.84 0.33 93.33 0.72 0.39
Hex 5C AC 1C 2F 0 54 21 5D 48 27
Octal 134 254 34 57 0 124 41 135 110 47
Binary 1011100 10101100 11100 101111 0 1010100 100001 1011101 1001000 100111

Color Harmonies of #5CAC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC1C

Black with #5CAC1C

Text Example


Text Example

White with #5CAC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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