Html Css Color HEX #4E900C Limeade

📋 copy color: '#4E900C'

red 78 ◦ green 144 ◦ blue 12

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

Shades of Limeade #4E900C

Tints of Limeade #4E900C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.54%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 33.33%
G = 61.54%
B = 5.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#4E900C (or 0x4E900C) is known color: Limeade. HEX triplet: 4E, 90 and 0C. RGB value is (78,144,12). Sum of RGB (Red+Green+Blue) = 78+144+12=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #4E900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E900C is #B16FF3. Grayscale: #6D6D6D. Windows color (decimal): -11628532 or 823374. OLE color: 823374.

HSL color Cylindrical-coordinate representation of color #4E900C: hue angle of 90º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E900C is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 144 12 -
CMYK 0.46 0 0.92 0.44
HSL 90º 0.85% 0.31% -
HSV(B) 90º 0.92% 0.56% -
XYZ 13.18 21.59 3.82 -
YUV 109.22 73.13 105.73 -
System Red Green Blue C M Y K H S L
Decimal 78 144 12 0.46 0 0.92 0.44 90 0.85 0.31
Hex 4E 90 C 2E 0 5C 2C 5A 55 1F
Octal 116 220 14 56 0 134 54 132 125 37
Binary 1001110 10010000 1100 101110 0 1011100 101100 1011010 1010101 11111

Color Harmonies of #4E900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E900C

Black with #4E900C

Text Example


Text Example

White with #4E900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,144,12); }

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

background-color css

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

 a { background-color: rgb(78,144,12); }

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

border-color css

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

 span { border-color: rgb(78,144,12); }

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