Html Css Color HEX #4D900C Limeade

📋 copy color: '#4D900C'

red 77 ◦ green 144 ◦ blue 12

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

Shades of Limeade #4D900C

Tints of Limeade #4D900C

RGB

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

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

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

R = 33.05%
G = 61.8%
B = 5.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#4D900C (or 0x4D900C) is known color: Limeade. HEX triplet: 4D, 90 and 0C. RGB value is (77,144,12). Sum of RGB (Red+Green+Blue) = 77+144+12=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #4D900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D900C is #B26FF3. Grayscale: #6D6D6D. Windows color (decimal): -11694068 or 823373. OLE color: 823373.

HSL color Cylindrical-coordinate representation of color #4D900C: hue angle of 90.45º 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 #4D900C is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 144 12 -
CMYK 0.47 0 0.92 0.44
HSL 90.45º 0.85% 0.31% -
HSV(B) 90.45º 0.92% 0.56% -
XYZ 13.1 21.55 3.82 -
YUV 108.92 73.3 105.23 -
System Red Green Blue C M Y K H S L
Decimal 77 144 12 0.47 0 0.92 0.44 90.45 0.85 0.31
Hex 4D 90 C 2F 0 5C 2C 5A 55 1F
Octal 115 220 14 57 0 134 54 132 125 37
Binary 1001101 10010000 1100 101111 0 1011100 101100 1011010 1010101 11111

Color Harmonies of #4D900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D900C

Black with #4D900C

Text Example


Text Example

White with #4D900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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