Html Css Color HEX #4C9108 Limeade

📋 copy color: '#4C9108'

red 76 ◦ green 145 ◦ blue 8

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

Shades of Limeade #4C9108

Tints of Limeade #4C9108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 63.32%

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 33.19%
G = 63.32%
B = 3.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#4C9108 (or 0x4C9108) is known color: Limeade. HEX triplet: 4C, 91 and 08. RGB value is (76,145,8). Sum of RGB (Red+Green+Blue) = 76+145+8=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #4C9108 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9108 is #B36EF7. Grayscale: #6D6D6D. Windows color (decimal): -11759352 or 561484. OLE color: 561484.

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

Color convert

RGB 76 145 8 -
CMYK 0.48 0 0.94 0.43
HSL 90.22º 0.9% 0.3% -
HSV(B) 90.22º 0.94% 0.57% -
XYZ 13.15 21.8 3.75 -
YUV 108.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 76 145 8 0.48 0 0.94 0.43 90.22 0.9 0.3
Hex 4C 91 8 30 0 5E 2B 5A 5A 1E
Octal 114 221 10 60 0 136 53 132 132 36
Binary 1001100 10010001 1000 110000 0 1011110 101011 1011010 1011010 11110

Color Harmonies of #4C9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9108

Black with #4C9108

Text Example


Text Example

White with #4C9108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,145,8); }

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

background-color css

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

 a { background-color: rgb(76,145,8); }

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

border-color css

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

 span { border-color: rgb(76,145,8); }

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