Html Css Color HEX #4D9A16 Limeade

📋 copy color: '#4D9A16'

red 77 ◦ green 154 ◦ blue 22

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

Shades of Limeade #4D9A16

Tints of Limeade #4D9A16

RGB

 RED value IS 77 (30.47% from 255) = 30.43%

 GREEN value IS 154 (60.55% from 255) = 60.87%

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 30.43%
G = 60.87%
B = 8.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#4D9A16 (or 0x4D9A16) is known color: Limeade. HEX triplet: 4D, 9A and 16. RGB value is (77,154,22). Sum of RGB (Red+Green+Blue) = 77+154+22=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 154 (60.55% from 255 or 60.87% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9A16 is #B265E9. Grayscale: #747474. Windows color (decimal): -11691498 or 1481293. OLE color: 1481293.

HSL color Cylindrical-coordinate representation of color #4D9A16: hue angle of 95º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D9A16 is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 154 22 -
CMYK 0.50 0 0.86 0.40
HSL 95º 0.75% 0.35% -
HSV(B) 95º 0.86% 0.6% -
XYZ 14.76 24.75 4.76 -
YUV 115.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 77 154 22 0.50 0 0.86 0.40 95 0.75 0.35
Hex 4D 9A 16 32 0 56 28 5F 4B 23
Octal 115 232 26 62 0 126 50 137 113 43
Binary 1001101 10011010 10110 110010 0 1010110 101000 1011111 1001011 100011

Color Harmonies of #4D9A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9A16

Black with #4D9A16

Text Example


Text Example

White with #4D9A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,154,22); }

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

background-color css

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

 a { background-color: rgb(77,154,22); }

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

border-color css

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

 span { border-color: rgb(77,154,22); }

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