Html Css Color HEX #4C9404 Limeade

📋 copy color: '#4C9404'

red 76 ◦ green 148 ◦ blue 4

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

Shades of Limeade #4C9404

Tints of Limeade #4C9404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.91%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 33.33%
G = 64.91%
B = 1.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#4C9404 (or 0x4C9404) is known color: Limeade. HEX triplet: 4C, 94 and 04. RGB value is (76,148,4). Sum of RGB (Red+Green+Blue) = 76+148+4=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 148 (58.20% from 255 or 64.91% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9404 is #B36BFB. Grayscale: #6E6E6E. Windows color (decimal): -11758588 or 300108. OLE color: 300108.

HSL color Cylindrical-coordinate representation of color #4C9404: hue angle of 90º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C9404 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 76 148 4 -
CMYK 0.49 0 0.97 0.42
HSL 90º 0.95% 0.3% -
HSV(B) 90º 0.97% 0.58% -
XYZ 13.59 22.73 3.78 -
YUV 110.06 68.15 103.71 -
System Red Green Blue C M Y K H S L
Decimal 76 148 4 0.49 0 0.97 0.42 90 0.95 0.3
Hex 4C 94 4 31 0 61 2A 5A 5F 1E
Octal 114 224 4 61 0 141 52 132 137 36
Binary 1001100 10010100 100 110001 0 1100001 101010 1011010 1011111 11110

Color Harmonies of #4C9404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9404

Black with #4C9404

Text Example


Text Example

White with #4C9404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,148,4); }

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

background-color css

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

 a { background-color: rgb(76,148,4); }

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

border-color css

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

 span { border-color: rgb(76,148,4); }

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