Html Css Color HEX #5CA425 Limeade

📋 copy color: '#5CA425'

red 92 ◦ green 164 ◦ blue 37

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

Shades of Limeade #5CA425

Tints of Limeade #5CA425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.97%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 31.4%
G = 55.97%
B = 12.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#5CA425 (or 0x5CA425) is known color: Limeade. HEX triplet: 5C, A4 and 25. RGB value is (92,164,37). Sum of RGB (Red+Green+Blue) = 92+164+37=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA425 is #A35BDA. Grayscale: #808080. Windows color (decimal): -10705883 or 2466908. OLE color: 2466908.

HSL color Cylindrical-coordinate representation of color #5CA425: hue angle of 94.02º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA425 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 37 -
CMYK 0.44 0 0.77 0.36
HSL 94.02º 0.63% 0.39% -
HSV(B) 94.02º 0.77% 0.64% -
XYZ 18.02 28.96 6.39 -
YUV 127.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 92 164 37 0.44 0 0.77 0.36 94.02 0.63 0.39
Hex 5C A4 25 2C 0 4D 24 5E 3F 27
Octal 134 244 45 54 0 115 44 136 77 47
Binary 1011100 10100100 100101 101100 0 1001101 100100 1011110 111111 100111

Color Harmonies of #5CA425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA425

Black with #5CA425

Text Example


Text Example

White with #5CA425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,164,37); }

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

background-color css

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

 a { background-color: rgb(92,164,37); }

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

border-color css

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

 span { border-color: rgb(92,164,37); }

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