Html Css Color HEX #5CA22A Limeade

📋 copy color: '#5CA22A'

red 92 ◦ green 162 ◦ blue 42

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

Shades of Limeade #5CA22A

Tints of Limeade #5CA22A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.73%

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

R = 31.08%
G = 54.73%
B = 14.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#5CA22A (or 0x5CA22A) is known color: Limeade. HEX triplet: 5C, A2 and 2A. RGB value is (92,162,42). Sum of RGB (Red+Green+Blue) = 92+162+42=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 162 (63.67% from 255 or 54.73% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA22A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA22A is #A35DD5. Grayscale: #7F7F7F. Windows color (decimal): -10706390 or 2794076. OLE color: 2794076.

HSL color Cylindrical-coordinate representation of color #5CA22A: hue angle of 95º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CA22A is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 42 -
CMYK 0.43 0 0.74 0.36
HSL 95º 0.59% 0.4% -
HSV(B) 95º 0.74% 0.64% -
XYZ 17.75 28.28 6.71 -
YUV 127.39 79.81 102.76 -
System Red Green Blue C M Y K H S L
Decimal 92 162 42 0.43 0 0.74 0.36 95 0.59 0.4
Hex 5C A2 2A 2B 0 4A 24 5F 3B 28
Octal 134 242 52 53 0 112 44 137 73 50
Binary 1011100 10100010 101010 101011 0 1001010 100100 1011111 111011 101000

Color Harmonies of #5CA22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA22A

Black with #5CA22A

Text Example


Text Example

White with #5CA22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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