#5C9E30

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

Shades of Limeade #5C9E30

Tints of Limeade #5C9E30

Color information

#5C9E30 (or 0x5C9E30) is unknown color: approx Limeade. HEX triplet: 5C, 9E and 30. RGB value is (92,158,48). Sum of RGB (Red+Green+Blue) = 92+158+48=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9E30 is #A361CF. Grayscale: #7E7E7E. Windows color (decimal): -10707408 or 3186268. OLE color: 3186268.

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

Color convert

RGB9215848-
CMYK0.4200.700.38
HSL96º53.4%40.39%-
HSV(B)96º69.62%61.96%-
XYZ17.1726.947.09-
YUV125.7384.13103.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.87%
GREEN value IS 158 (62.11% from 255) = 53.02%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=30.87%
G=53.02%
B=16.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92158480.4200.700.389653.440.39
Hex5C9E302A04626603528
Octal13423660520106461406550
Binary101110010011110110000101010010001101001101100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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