Html Css Color HEX #4C9210 Limeade

📋 copy color: '#4C9210'

red 76 ◦ green 146 ◦ blue 16

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

Shades of Limeade #4C9210

Tints of Limeade #4C9210

RGB

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

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

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

R = 31.93%
G = 61.34%
B = 6.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#4C9210 (or 0x4C9210) is known color: Limeade. HEX triplet: 4C, 92 and 10. RGB value is (76,146,16). Sum of RGB (Red+Green+Blue) = 76+146+16=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 146 (57.42% from 255 or 61.34% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9210 is #B36DEF. Grayscale: #6E6E6E. Windows color (decimal): -11759088 or 1086028. OLE color: 1086028.

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

Color convert

RGB 76 146 16 -
CMYK 0.48 0 0.89 0.43
HSL 92.31º 0.8% 0.32% -
HSV(B) 92.31º 0.89% 0.57% -
XYZ 13.35 22.13 4.06 -
YUV 110.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 76 146 16 0.48 0 0.89 0.43 92.31 0.8 0.32
Hex 4C 92 10 30 0 59 2B 5C 50 20
Octal 114 222 20 60 0 131 53 134 120 40
Binary 1001100 10010010 10000 110000 0 1011001 101011 1011100 1010000 100000

Color Harmonies of #4C9210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9210

Black with #4C9210

Text Example


Text Example

White with #4C9210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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