Html Css Color HEX #4EA121 Limeade

📋 copy color: '#4EA121'

red 78 ◦ green 161 ◦ blue 33

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

Shades of Limeade #4EA121

Tints of Limeade #4EA121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 59.19%

 BLUE value IS 33 (13.28% from 255) = 12.13%

R = 28.68%
G = 59.19%
B = 12.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#4EA121 (or 0x4EA121) is known color: Limeade. HEX triplet: 4E, A1 and 21. RGB value is (78,161,33). Sum of RGB (Red+Green+Blue) = 78+161+33=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA121 is #B15EDE. Grayscale: #7A7A7A. Windows color (decimal): -11624159 or 2203982. OLE color: 2203982.

HSL color Cylindrical-coordinate representation of color #4EA121: hue angle of 98.91º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4EA121 is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 161 33 -
CMYK 0.52 0 0.80 0.37
HSL 98.91º 0.66% 0.38% -
HSV(B) 98.91º 0.8% 0.63% -
XYZ 16.16 27.22 5.84 -
YUV 121.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 78 161 33 0.52 0 0.80 0.37 98.91 0.66 0.38
Hex 4E A1 21 34 0 50 25 63 42 26
Octal 116 241 41 64 0 120 45 143 102 46
Binary 1001110 10100001 100001 110100 0 1010000 100101 1100011 1000010 100110

Color Harmonies of #4EA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA121

Black with #4EA121

Text Example


Text Example

White with #4EA121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,161,33); }

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

background-color css

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

 a { background-color: rgb(78,161,33); }

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

border-color css

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

 span { border-color: rgb(78,161,33); }

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