#5E982B

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

Shades of Limeade #5E982B

Tints of Limeade #5E982B

Color information

#5E982B (or 0x5E982B) is unknown color: approx Limeade. HEX triplet: 5E, 98 and 2B. RGB value is (94,152,43). Sum of RGB (Red+Green+Blue) = 94+152+43=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #5E982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E982B is #A167D4. Grayscale: #7A7A7A. Windows color (decimal): -10577877 or 2857054. OLE color: 2857054.

HSL color Cylindrical-coordinate representation of color #5E982B: hue angle of 91.93º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E982B is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB9415243-
CMYK0.3800.720.40
HSL91.93º55.9%38.24%-
HSV(B)91.93º71.71%59.61%-
XYZ16.2825.016.25-
YUV122.2383.28107.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 43 (17.19% from 255) = 14.88%
R=32.53%
G=52.60%
B=14.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94152430.3800.720.4091.9355.938.24
Hex5E982B26048285c3826
Octal13623053460110501347046
Binary101111010011000101011100110010010001010001011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,152,43); }

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

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

 a { background-color: rgb(94,152,43); }

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

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

 span { border-color: rgb(94,152,43); }

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