Html Css Color HEX #4C930D Limeade

📋 copy color: '#4C930D'

red 76 ◦ green 147 ◦ blue 13

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

Shades of Limeade #4C930D

Tints of Limeade #4C930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.29%

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

R = 32.2%
G = 62.29%
B = 5.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#4C930D (or 0x4C930D) is known color: Limeade. HEX triplet: 4C, 93 and 0D. RGB value is (76,147,13). Sum of RGB (Red+Green+Blue) = 76+147+13=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #4C930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C930D is #B36CF2. Grayscale: #6E6E6E. Windows color (decimal): -11758835 or 889676. OLE color: 889676.

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

Color convert

RGB 76 147 13 -
CMYK 0.48 0 0.91 0.42
HSL 91.79º 0.84% 0.31% -
HSV(B) 91.79º 0.91% 0.58% -
XYZ 13.49 22.43 4 -
YUV 110.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 76 147 13 0.48 0 0.91 0.42 91.79 0.84 0.31
Hex 4C 93 D 30 0 5B 2A 5C 54 1F
Octal 114 223 15 60 0 133 52 134 124 37
Binary 1001100 10010011 1101 110000 0 1011011 101010 1011100 1010100 11111

Color Harmonies of #4C930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C930D

Black with #4C930D

Text Example


Text Example

White with #4C930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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