Html Css Color HEX #5EA126 Limeade

📋 copy color: '#5EA126'

red 94 ◦ green 161 ◦ blue 38

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

Shades of Limeade #5EA126

Tints of Limeade #5EA126

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.95%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 32.08%
G = 54.95%
B = 12.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#5EA126 (or 0x5EA126) is known color: Limeade. HEX triplet: 5E, A1 and 26. RGB value is (94,161,38). Sum of RGB (Red+Green+Blue) = 94+161+38=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 161 (63.28% from 255 or 54.95% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA126 is #A15ED9. Grayscale: #7F7F7F. Windows color (decimal): -10575578 or 2531678. OLE color: 2531678.

HSL color Cylindrical-coordinate representation of color #5EA126: hue angle of 92.68º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EA126 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 161 38 -
CMYK 0.42 0 0.76 0.37
HSL 92.68º 0.62% 0.39% -
HSV(B) 92.68º 0.76% 0.63% -
XYZ 17.71 28.01 6.31 -
YUV 126.95 77.8 104.5 -
System Red Green Blue C M Y K H S L
Decimal 94 161 38 0.42 0 0.76 0.37 92.68 0.62 0.39
Hex 5E A1 26 2A 0 4C 25 5D 3E 27
Octal 136 241 46 52 0 114 45 135 76 47
Binary 1011110 10100001 100110 101010 0 1001100 100101 1011101 111110 100111

Color Harmonies of #5EA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA126

Black with #5EA126

Text Example


Text Example

White with #5EA126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,161,38); }

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

background-color css

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

 a { background-color: rgb(94,161,38); }

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

border-color css

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

 span { border-color: rgb(94,161,38); }

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