Html Css Color HEX #5E940F Limeade

📋 copy color: '#5E940F'

red 94 ◦ green 148 ◦ blue 15

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

Shades of Limeade #5E940F

Tints of Limeade #5E940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 36.58%
G = 57.59%
B = 5.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#5E940F (or 0x5E940F) is known color: Limeade. HEX triplet: 5E, 94 and 0F. RGB value is (94,148,15). Sum of RGB (Red+Green+Blue) = 94+148+15=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #5E940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E940F is #A16BF0. Grayscale: #757575. Windows color (decimal): -10578929 or 1021022. OLE color: 1021022.

HSL color Cylindrical-coordinate representation of color #5E940F: hue angle of 84.36º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E940F is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 148 15 -
CMYK 0.36 0 0.90 0.42
HSL 84.36º 0.82% 0.32% -
HSV(B) 84.36º 0.9% 0.58% -
XYZ 15.29 23.59 4.2 -
YUV 116.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 94 148 15 0.36 0 0.90 0.42 84.36 0.82 0.32
Hex 5E 94 F 24 0 5A 2A 54 52 20
Octal 136 224 17 44 0 132 52 124 122 40
Binary 1011110 10010100 1111 100100 0 1011010 101010 1010100 1010010 100000

Color Harmonies of #5E940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E940F

Black with #5E940F

Text Example


Text Example

White with #5E940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,148,15); }

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

background-color css

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

 a { background-color: rgb(94,148,15); }

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

border-color css

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

 span { border-color: rgb(94,148,15); }

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