Html Css Color HEX #5E982F Limeade

📋 copy color: '#5E982F'

red 94 ◦ green 152 ◦ blue 47

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

Shades of Limeade #5E982F

Tints of Limeade #5E982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 32.08%
G = 51.88%
B = 16.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#5E982F (or 0x5E982F) is known color: Limeade. HEX triplet: 5E, 98 and 2F. RGB value is (94,152,47). Sum of RGB (Red+Green+Blue) = 94+152+47=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #5E982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E982F is #A167D0. Grayscale: #7B7B7B. Windows color (decimal): -10577873 or 3119198. OLE color: 3119198.

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

Color convert

RGB 94 152 47 -
CMYK 0.38 0 0.69 0.40
HSL 93.14º 0.53% 0.39% -
HSV(B) 93.14º 0.69% 0.6% -
XYZ 16.36 25.04 6.66 -
YUV 122.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 94 152 47 0.38 0 0.69 0.40 93.14 0.53 0.39
Hex 5E 98 2F 26 0 45 28 5D 35 27
Octal 136 230 57 46 0 105 50 135 65 47
Binary 1011110 10011000 101111 100110 0 1000101 101000 1011101 110101 100111

Color Harmonies of #5E982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E982F

Black with #5E982F

Text Example


Text Example

White with #5E982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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