Html Css Color HEX #4C9010 Limeade

📋 copy color: '#4C9010'

red 76 ◦ green 144 ◦ blue 16

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

Shades of Limeade #4C9010

Tints of Limeade #4C9010

RGB

 RED value IS 76 (30.08% from 255) = 32.2%

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

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 32.2%
G = 61.02%
B = 6.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#4C9010 (or 0x4C9010) is known color: Limeade. HEX triplet: 4C, 90 and 10. RGB value is (76,144,16). Sum of RGB (Red+Green+Blue) = 76+144+16=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9010 is #B36FEF. Grayscale: #6D6D6D. Windows color (decimal): -11759600 or 1085516. OLE color: 1085516.

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

Color convert

RGB 76 144 16 -
CMYK 0.47 0 0.89 0.44
HSL 91.88º 0.8% 0.31% -
HSV(B) 91.88º 0.89% 0.56% -
XYZ 13.05 21.52 3.96 -
YUV 109.08 75.47 104.41 -
System Red Green Blue C M Y K H S L
Decimal 76 144 16 0.47 0 0.89 0.44 91.88 0.8 0.31
Hex 4C 90 10 2F 0 59 2C 5C 50 1F
Octal 114 220 20 57 0 131 54 134 120 37
Binary 1001100 10010000 10000 101111 0 1011001 101100 1011100 1010000 11111

Color Harmonies of #4C9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9010

Black with #4C9010

Text Example


Text Example

White with #4C9010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,144,16); }

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

background-color css

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

 a { background-color: rgb(76,144,16); }

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

border-color css

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

 span { border-color: rgb(76,144,16); }

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