Html Css Color HEX #5CAC2A Limeade

📋 copy color: '#5CAC2A'

red 92 ◦ green 172 ◦ blue 42

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

Shades of Limeade #5CAC2A

Tints of Limeade #5CAC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 30.07%
G = 56.21%
B = 13.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#5CAC2A (or 0x5CAC2A) is known color: Limeade. HEX triplet: 5C, AC and 2A. RGB value is (92,172,42). Sum of RGB (Red+Green+Blue) = 92+172+42=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAC2A is #A353D5. Grayscale: #858585. Windows color (decimal): -10703830 or 2796636. OLE color: 2796636.

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

Color convert

RGB 92 172 42 -
CMYK 0.47 0 0.76 0.33
HSL 96.92º 0.61% 0.42% -
HSV(B) 96.92º 0.76% 0.67% -
XYZ 19.58 31.95 7.32 -
YUV 133.26 76.5 98.57 -
System Red Green Blue C M Y K H S L
Decimal 92 172 42 0.47 0 0.76 0.33 96.92 0.61 0.42
Hex 5C AC 2A 2F 0 4C 21 61 3D 2A
Octal 134 254 52 57 0 114 41 141 75 52
Binary 1011100 10101100 101010 101111 0 1001100 100001 1100001 111101 101010

Color Harmonies of #5CAC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAC2A

Black with #5CAC2A

Text Example


Text Example

White with #5CAC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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