Html Css Color HEX #5CA118 Limeade

📋 copy color: '#5CA118'

red 92 ◦ green 161 ◦ blue 24

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

Shades of Limeade #5CA118

Tints of Limeade #5CA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.12%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 33.21%
G = 58.12%
B = 8.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#5CA118 (or 0x5CA118) is known color: Limeade. HEX triplet: 5C, A1 and 18. RGB value is (92,161,24). Sum of RGB (Red+Green+Blue) = 92+161+24=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA118 is #A35EE7. Grayscale: #7D7D7D. Windows color (decimal): -10706664 or 1614172. OLE color: 1614172.

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

Color convert

RGB 92 161 24 -
CMYK 0.43 0 0.85 0.37
HSL 90.22º 0.74% 0.36% -
HSV(B) 90.22º 0.85% 0.63% -
XYZ 17.32 27.83 5.32 -
YUV 124.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 92 161 24 0.43 0 0.85 0.37 90.22 0.74 0.36
Hex 5C A1 18 2B 0 55 25 5A 4A 24
Octal 134 241 30 53 0 125 45 132 112 44
Binary 1011100 10100001 11000 101011 0 1010101 100101 1011010 1001010 100100

Color Harmonies of #5CA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA118

Black with #5CA118

Text Example


Text Example

White with #5CA118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,161,24); }

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

background-color css

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

 a { background-color: rgb(92,161,24); }

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

border-color css

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

 span { border-color: rgb(92,161,24); }

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