Html Css Color HEX #4C9313 Limeade

📋 copy color: '#4C9313'

red 76 ◦ green 147 ◦ blue 19

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

Shades of Limeade #4C9313

Tints of Limeade #4C9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 60.74%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 31.4%
G = 60.74%
B = 7.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#4C9313 (or 0x4C9313) is known color: Limeade. HEX triplet: 4C, 93 and 13. RGB value is (76,147,19). Sum of RGB (Red+Green+Blue) = 76+147+19=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9313 is #B36CEC. Grayscale: #6F6F6F. Windows color (decimal): -11758829 or 1282892. OLE color: 1282892.

HSL color Cylindrical-coordinate representation of color #4C9313: hue angle of 93.28º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C9313 is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 147 19 -
CMYK 0.48 0 0.87 0.42
HSL 93.28º 0.77% 0.33% -
HSV(B) 93.28º 0.87% 0.58% -
XYZ 13.53 22.45 4.24 -
YUV 111.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 76 147 19 0.48 0 0.87 0.42 93.28 0.77 0.33
Hex 4C 93 13 30 0 57 2A 5D 4D 21
Octal 114 223 23 60 0 127 52 135 115 41
Binary 1001100 10010011 10011 110000 0 1010111 101010 1011101 1001101 100001

Color Harmonies of #4C9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9313

Black with #4C9313

Text Example


Text Example

White with #4C9313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,147,19); }

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

background-color css

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

 a { background-color: rgb(76,147,19); }

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

border-color css

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

 span { border-color: rgb(76,147,19); }

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