Html Css Color HEX #5CA02B Limeade

📋 copy color: '#5CA02B'

red 92 ◦ green 160 ◦ blue 43

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

Shades of Limeade #5CA02B

Tints of Limeade #5CA02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 31.19%
G = 54.24%
B = 14.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#5CA02B (or 0x5CA02B) is known color: Limeade. HEX triplet: 5C, A0 and 2B. RGB value is (92,160,43). Sum of RGB (Red+Green+Blue) = 92+160+43=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA02B is #A35FD4. Grayscale: #7E7E7E. Windows color (decimal): -10706901 or 2859100. OLE color: 2859100.

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

Color convert

RGB 92 160 43 -
CMYK 0.43 0 0.73 0.37
HSL 94.87º 0.58% 0.4% -
HSV(B) 94.87º 0.73% 0.63% -
XYZ 17.42 27.59 6.69 -
YUV 126.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 92 160 43 0.43 0 0.73 0.37 94.87 0.58 0.4
Hex 5C A0 2B 2B 0 49 25 5F 3A 28
Octal 134 240 53 53 0 111 45 137 72 50
Binary 1011100 10100000 101011 101011 0 1001001 100101 1011111 111010 101000

Color Harmonies of #5CA02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA02B

Black with #5CA02B

Text Example


Text Example

White with #5CA02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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