Html Css Color HEX #5CA03A Limeade

📋 copy color: '#5CA03A'

red 92 ◦ green 160 ◦ blue 58

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

Shades of Limeade #5CA03A

Tints of Limeade #5CA03A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 29.68%
G = 51.61%
B = 18.71%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#5CA03A (or 0x5CA03A) is known color: Limeade. HEX triplet: 5C, A0 and 3A. RGB value is (92,160,58). Sum of RGB (Red+Green+Blue) = 92+160+58=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA03A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA03A is #A35FC5. Grayscale: #808080. Windows color (decimal): -10706886 or 3842140. OLE color: 3842140.

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

Color convert

RGB 92 160 58 -
CMYK 0.43 0 0.64 0.37
HSL 100º 0.47% 0.43% -
HSV(B) 100º 0.64% 0.63% -
XYZ 17.75 27.72 8.42 -
YUV 128.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 92 160 58 0.43 0 0.64 0.37 100 0.47 0.43
Hex 5C A0 3A 2B 0 40 25 64 2F 2B
Octal 134 240 72 53 0 100 45 144 57 53
Binary 1011100 10100000 111010 101011 0 1000000 100101 1100100 101111 101011

Color Harmonies of #5CA03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA03A

Black with #5CA03A

Text Example


Text Example

White with #5CA03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,160,58); }

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

background-color css

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

 a { background-color: rgb(92,160,58); }

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

border-color css

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

 span { border-color: rgb(92,160,58); }

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