#5C962E

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

Shades of Limeade #5C962E

Tints of Limeade #5C962E

Color information

#5C962E (or 0x5C962E) is unknown color: approx Limeade. HEX triplet: 5C, 96 and 2E. RGB value is (92,150,46). Sum of RGB (Red+Green+Blue) = 92+150+46=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #5C962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C962E is #A369D1. Grayscale: #797979. Windows color (decimal): -10709458 or 3053148. OLE color: 3053148.

HSL color Cylindrical-coordinate representation of color #5C962E: hue angle of 93.46º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C962E is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB9215046-
CMYK0.3900.690.41
HSL93.46º53.06%38.43%-
HSV(B)93.46º69.33%58.82%-
XYZ15.8124.296.44-
YUV120.885.78107.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=31.94%
G=52.08%
B=15.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal92150460.3900.690.4193.4653.0638.43
Hex5C962E27045295d3526
Octal13422656470105511356546
Binary101110010010110101110100111010001011010011011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,150,46); }

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

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

 a { background-color: rgb(92,150,46); }

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

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

 span { border-color: rgb(92,150,46); }

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