Html Css Color HEX #5E981A Limeade

📋 copy color: '#5E981A'

red 94 ◦ green 152 ◦ blue 26

#5E981A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #5E981A

Tints of Limeade #5E981A

RGB

 RED value IS 94 (37.11% from 255) = 34.56%

 GREEN value IS 152 (59.77% from 255) = 55.88%

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 34.56%
G = 55.88%
B = 9.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#5E981A (or 0x5E981A) is known color: Limeade. HEX triplet: 5E, 98 and 1A. RGB value is (94,152,26). Sum of RGB (Red+Green+Blue) = 94+152+26=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #5E981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E981A is #A167E5. Grayscale: #787878. Windows color (decimal): -10577894 or 1742942. OLE color: 1742942.

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

Color convert

RGB 94 152 26 -
CMYK 0.38 0 0.83 0.40
HSL 87.62º 0.71% 0.35% -
HSV(B) 87.62º 0.83% 0.6% -
XYZ 16.03 24.91 4.94 -
YUV 120.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 94 152 26 0.38 0 0.83 0.40 87.62 0.71 0.35
Hex 5E 98 1A 26 0 53 28 58 47 23
Octal 136 230 32 46 0 123 50 130 107 43
Binary 1011110 10011000 11010 100110 0 1010011 101000 1011000 1000111 100011

Color Harmonies of #5E981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E981A

Black with #5E981A

Text Example


Text Example

White with #5E981A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E981A;
 }
 .AnyTagClassName
 {
   color: #5E981A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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