#5C9E31

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

Shades of Limeade #5C9E31

Tints of Limeade #5C9E31

Color information

#5C9E31 (or 0x5C9E31) is unknown color: approx Limeade. HEX triplet: 5C, 9E and 31. RGB value is (92,158,49). Sum of RGB (Red+Green+Blue) = 92+158+49=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9E31 is #A361CE. Grayscale: #7E7E7E. Windows color (decimal): -10707407 or 3251804. OLE color: 3251804.

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

Color convert

RGB9215849-
CMYK0.4200.690.38
HSL96.33º52.66%40.59%-
HSV(B)96.33º68.99%61.96%-
XYZ17.1926.957.2-
YUV125.8484.63103.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.77%
GREEN value IS 158 (62.11% from 255) = 52.84%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=30.77%
G=52.84%
B=16.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92158490.4200.690.3896.3352.6640.59
Hex5C9E312A04526603529
Octal13423661520105461406551
Binary101110010011110110001101010010001011001101100000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,158,49); }

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

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

 a { background-color: rgb(92,158,49); }

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

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

 span { border-color: rgb(92,158,49); }

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