Html Css Color HEX #4C9410 Limeade

📋 copy color: '#4C9410'

red 76 ◦ green 148 ◦ blue 16

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

Shades of Limeade #4C9410

Tints of Limeade #4C9410

RGB

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

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

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

R = 31.67%
G = 61.67%
B = 6.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#4C9410 (or 0x4C9410) is known color: Limeade. HEX triplet: 4C, 94 and 10. RGB value is (76,148,16). Sum of RGB (Red+Green+Blue) = 76+148+16=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 148 (58.20% from 255 or 61.67% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 148 - color contains mainly: green. Hex color #4C9410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9410 is #B36BEF. Grayscale: #6F6F6F. Windows color (decimal): -11758576 or 1086540. OLE color: 1086540.

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

Color convert

RGB 76 148 16 -
CMYK 0.49 0 0.89 0.42
HSL 92.73º 0.8% 0.32% -
HSV(B) 92.73º 0.89% 0.58% -
XYZ 13.66 22.75 4.16 -
YUV 111.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 76 148 16 0.49 0 0.89 0.42 92.73 0.8 0.32
Hex 4C 94 10 31 0 59 2A 5D 50 20
Octal 114 224 20 61 0 131 52 135 120 40
Binary 1001100 10010100 10000 110001 0 1011001 101010 1011101 1010000 100000

Color Harmonies of #4C9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9410

Black with #4C9410

Text Example


Text Example

White with #4C9410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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