#5C9B3C

Color #5C9B3C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5C9B3C

Tints of Limeade #5C9B3C

Color information

#5C9B3C (or 0x5C9B3C) is unknown color: approx Limeade. HEX triplet: 5C, 9B and 3C. RGB value is (92,155,60). Sum of RGB (Red+Green+Blue) = 92+155+60=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9B3C is #A364C3. Grayscale: #7D7D7D. Windows color (decimal): -10708164 or 3971932. OLE color: 3971932.

HSL color Cylindrical-coordinate representation of color #5C9B3C: hue angle of 99.79º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C9B3C is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB9215560-
CMYK0.4100.610.39
HSL99.79º44.19%42.16%-
HSV(B)99.79º61.29%60.78%-
XYZ16.9526.048.41-
YUV125.3391.13104.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.97%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=29.97%
G=50.49%
B=19.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92155600.4100.610.3999.7944.1942.16
Hex5C9B3C2903D27642c2a
Octal1342337451075471445452
Binary10111001001101111110010100101111011001111100100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,155,60); }

 H1.HeaderClassName
 {
   color: #5C9B3C;
 }
 .AnyTagClassName
 {
   color: #5C9B3C;
 }
</style>
background-color css

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

 a { background-color: rgb(92,155,60); }

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

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

 span { border-color: rgb(92,155,60); }

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