Html Css Color HEX #4C9214 Limeade

📋 copy color: '#4C9214'

red 76 ◦ green 146 ◦ blue 20

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

Shades of Limeade #4C9214

Tints of Limeade #4C9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.33%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 31.4%
G = 60.33%
B = 8.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#4C9214 (or 0x4C9214) is known color: Limeade. HEX triplet: 4C, 92 and 14. RGB value is (76,146,20). Sum of RGB (Red+Green+Blue) = 76+146+20=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9214 is #B36DEB. Grayscale: #6F6F6F. Windows color (decimal): -11759084 or 1348172. OLE color: 1348172.

HSL color Cylindrical-coordinate representation of color #4C9214: hue angle of 93.33º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C9214 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 76 146 20 -
CMYK 0.48 0 0.86 0.43
HSL 93.33º 0.76% 0.33% -
HSV(B) 93.33º 0.86% 0.57% -
XYZ 13.39 22.14 4.23 -
YUV 110.71 76.81 103.25 -
System Red Green Blue C M Y K H S L
Decimal 76 146 20 0.48 0 0.86 0.43 93.33 0.76 0.33
Hex 4C 92 14 30 0 56 2B 5D 4C 21
Octal 114 222 24 60 0 126 53 135 114 41
Binary 1001100 10010010 10100 110000 0 1010110 101011 1011101 1001100 100001

Color Harmonies of #4C9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9214

Black with #4C9214

Text Example


Text Example

White with #4C9214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,146,20); }

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

background-color css

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

 a { background-color: rgb(76,146,20); }

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

border-color css

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

 span { border-color: rgb(76,146,20); }

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