Html Css Color HEX #5E951A Limeade

📋 copy color: '#5E951A'

red 94 ◦ green 149 ◦ blue 26

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

Shades of Limeade #5E951A

Tints of Limeade #5E951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

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

R = 34.94%
G = 55.39%
B = 9.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#5E951A (or 0x5E951A) is known color: Limeade. HEX triplet: 5E, 95 and 1A. RGB value is (94,149,26). Sum of RGB (Red+Green+Blue) = 94+149+26=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #5E951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E951A is #A16AE5. Grayscale: #767676. Windows color (decimal): -10578662 or 1742174. OLE color: 1742174.

HSL color Cylindrical-coordinate representation of color #5E951A: hue angle of 86.83º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E951A is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 26 -
CMYK 0.37 0 0.83 0.42
HSL 86.83º 0.7% 0.34% -
HSV(B) 86.83º 0.83% 0.58% -
XYZ 15.55 23.95 4.78 -
YUV 118.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 94 149 26 0.37 0 0.83 0.42 86.83 0.7 0.34
Hex 5E 95 1A 25 0 53 2A 57 46 22
Octal 136 225 32 45 0 123 52 127 106 42
Binary 1011110 10010101 11010 100101 0 1010011 101010 1010111 1000110 100010

Color Harmonies of #5E951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E951A

Black with #5E951A

Text Example


Text Example

White with #5E951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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