Html Css Color HEX #4C920D Limeade

📋 copy color: '#4C920D'

red 76 ◦ green 146 ◦ blue 13

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

Shades of Limeade #4C920D

Tints of Limeade #4C920D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 32.34%
G = 62.13%
B = 5.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#4C920D (or 0x4C920D) is known color: Limeade. HEX triplet: 4C, 92 and 0D. RGB value is (76,146,13). Sum of RGB (Red+Green+Blue) = 76+146+13=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #4C920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C920D is #B36DF2. Grayscale: #6E6E6E. Windows color (decimal): -11759091 or 889420. OLE color: 889420.

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

Color convert

RGB 76 146 13 -
CMYK 0.48 0 0.91 0.43
HSL 91.58º 0.84% 0.31% -
HSV(B) 91.58º 0.91% 0.57% -
XYZ 13.33 22.12 3.95 -
YUV 109.91 73.31 103.81 -
System Red Green Blue C M Y K H S L
Decimal 76 146 13 0.48 0 0.91 0.43 91.58 0.84 0.31
Hex 4C 92 D 30 0 5B 2B 5C 54 1F
Octal 114 222 15 60 0 133 53 134 124 37
Binary 1001100 10010010 1101 110000 0 1011011 101011 1011100 1010100 11111

Color Harmonies of #4C920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C920D

Black with #4C920D

Text Example


Text Example

White with #4C920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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