Html Css Color HEX #4E910D Limeade

📋 copy color: '#4E910D'

red 78 ◦ green 145 ◦ blue 13

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

Shades of Limeade #4E910D

Tints of Limeade #4E910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.44%

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 33.05%
G = 61.44%
B = 5.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#4E910D (or 0x4E910D) is known color: Limeade. HEX triplet: 4E, 91 and 0D. RGB value is (78,145,13). Sum of RGB (Red+Green+Blue) = 78+145+13=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 145 (57.03% from 255 or 61.44% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 145 - color contains mainly: green. Hex color #4E910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E910D is #B16EF2. Grayscale: #6E6E6E. Windows color (decimal): -11628275 or 889166. OLE color: 889166.

HSL color Cylindrical-coordinate representation of color #4E910D: hue angle of 90.45º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E910D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 145 13 -
CMYK 0.46 0 0.91 0.43
HSL 90.45º 0.84% 0.31% -
HSV(B) 90.45º 0.91% 0.57% -
XYZ 13.34 21.9 3.9 -
YUV 109.92 73.3 105.23 -
System Red Green Blue C M Y K H S L
Decimal 78 145 13 0.46 0 0.91 0.43 90.45 0.84 0.31
Hex 4E 91 D 2E 0 5B 2B 5A 54 1F
Octal 116 221 15 56 0 133 53 132 124 37
Binary 1001110 10010001 1101 101110 0 1011011 101011 1011010 1010100 11111

Color Harmonies of #4E910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E910D

Black with #4E910D

Text Example


Text Example

White with #4E910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,145,13); }

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

background-color css

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

 a { background-color: rgb(78,145,13); }

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

border-color css

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

 span { border-color: rgb(78,145,13); }

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