Html Css Color HEX #4E941D Limeade

📋 copy color: '#4E941D'

red 78 ◦ green 148 ◦ blue 29

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

Shades of Limeade #4E941D

Tints of Limeade #4E941D

RGB

 RED value IS 78 (30.86% from 255) = 30.59%

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

 BLUE value IS 29 (11.72% from 255) = 11.37%

R = 30.59%
G = 58.04%
B = 11.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#4E941D (or 0x4E941D) is known color: Limeade. HEX triplet: 4E, 94 and 1D. RGB value is (78,148,29). Sum of RGB (Red+Green+Blue) = 78+148+29=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 148 (58.20% from 255 or 58.04% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 148 - color contains mainly: green. Hex color #4E941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E941D is #B16BE2. Grayscale: #717171. Windows color (decimal): -11627491 or 1938510. OLE color: 1938510.

HSL color Cylindrical-coordinate representation of color #4E941D: hue angle of 95.29º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E941D is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 148 29 -
CMYK 0.47 0 0.80 0.42
HSL 95.29º 0.67% 0.35% -
HSV(B) 95.29º 0.8% 0.58% -
XYZ 13.95 22.89 4.84 -
YUV 113.5 80.31 102.68 -
System Red Green Blue C M Y K H S L
Decimal 78 148 29 0.47 0 0.80 0.42 95.29 0.67 0.35
Hex 4E 94 1D 2F 0 50 2A 5F 43 23
Octal 116 224 35 57 0 120 52 137 103 43
Binary 1001110 10010100 11101 101111 0 1010000 101010 1011111 1000011 100011

Color Harmonies of #4E941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E941D

Black with #4E941D

Text Example


Text Example

White with #4E941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E941D; }

 p { color: rgb(78,148,29); }

 H1.HeaderClassName
 {
   color: #4E941D;
 }
 .AnyTagClassName
 {
   color: #4E941D;
 }
</style>

background-color css

<style>
 a { background-color: #4E941D; }

 a { background-color: rgb(78,148,29); }

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

border-color css

<style>
 span { border-color: #4E941D; }

 span { border-color: rgb(78,148,29); }

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