Html Css Color HEX #4E980A Limeade

📋 copy color: '#4E980A'

red 78 ◦ green 152 ◦ blue 10

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

Shades of Limeade #4E980A

Tints of Limeade #4E980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.17%

R = 32.5%
G = 63.33%
B = 4.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#4E980A (or 0x4E980A) is known color: Limeade. HEX triplet: 4E, 98 and 0A. RGB value is (78,152,10). Sum of RGB (Red+Green+Blue) = 78+152+10=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 152 (59.77% from 255 or 63.33% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 152 - color contains mainly: green. Hex color #4E980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E980A is #B167F5. Grayscale: #727272. Windows color (decimal): -11626486 or 694350. OLE color: 694350.

HSL color Cylindrical-coordinate representation of color #4E980A: hue angle of 91.27º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E980A is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 152 10 -
CMYK 0.49 0 0.93 0.40
HSL 91.27º 0.88% 0.32% -
HSV(B) 91.27º 0.93% 0.6% -
XYZ 14.42 24.1 4.18 -
YUV 113.69 69.48 102.55 -
System Red Green Blue C M Y K H S L
Decimal 78 152 10 0.49 0 0.93 0.40 91.27 0.88 0.32
Hex 4E 98 A 31 0 5D 28 5B 58 20
Octal 116 230 12 61 0 135 50 133 130 40
Binary 1001110 10011000 1010 110001 0 1011101 101000 1011011 1011000 100000

Color Harmonies of #4E980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E980A

Black with #4E980A

Text Example


Text Example

White with #4E980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,152,10); }

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

background-color css

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

 a { background-color: rgb(78,152,10); }

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

border-color css

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

 span { border-color: rgb(78,152,10); }

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