Html Css Color HEX #5E952B Limeade

📋 copy color: '#5E952B'

red 94 ◦ green 149 ◦ blue 43

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

Shades of Limeade #5E952B

Tints of Limeade #5E952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 32.87%
G = 52.1%
B = 15.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#5E952B (or 0x5E952B) is known color: Limeade. HEX triplet: 5E, 95 and 2B. RGB value is (94,149,43). Sum of RGB (Red+Green+Blue) = 94+149+43=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #5E952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E952B is #A16AD4. Grayscale: #787878. Windows color (decimal): -10578645 or 2856286. OLE color: 2856286.

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

Color convert

RGB 94 149 43 -
CMYK 0.37 0 0.71 0.42
HSL 91.13º 0.55% 0.38% -
HSV(B) 91.13º 0.71% 0.58% -
XYZ 15.8 24.05 6.09 -
YUV 120.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 94 149 43 0.37 0 0.71 0.42 91.13 0.55 0.38
Hex 5E 95 2B 25 0 47 2A 5B 37 26
Octal 136 225 53 45 0 107 52 133 67 46
Binary 1011110 10010101 101011 100101 0 1000111 101010 1011011 110111 100110

Color Harmonies of #5E952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E952B

Black with #5E952B

Text Example


Text Example

White with #5E952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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