#5C9B3E

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

Shades of Limeade #5C9B3E

Tints of Limeade #5C9B3E

Color information

#5C9B3E (or 0x5C9B3E) is unknown color: approx Limeade. HEX triplet: 5C, 9B and 3E. RGB value is (92,155,62). Sum of RGB (Red+Green+Blue) = 92+155+62=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9B3E is #A364C1. Grayscale: #7D7D7D. Windows color (decimal): -10708162 or 4103004. OLE color: 4103004.

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

Color convert

RGB9215562-
CMYK0.4100.60.39
HSL100.65º42.86%42.55%-
HSV(B)100.65º60%60.78%-
XYZ1726.078.69-
YUV125.5692.13104.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=29.77%
G=50.16%
B=20.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92155620.4100.60.39100.6542.8642.55
Hex5C9B3E2903C27652b2b
Octal1342337651074471455353
Binary10111001001101111111010100101111001001111100101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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