Html Css Color HEX #479403 Limeade

📋 copy color: '#479403'

red 71 ◦ green 148 ◦ blue 3

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

Shades of Limeade #479403

Tints of Limeade #479403

RGB

 RED value IS 71 (28.13% from 255) = 31.98%

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

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 31.98%
G = 66.67%
B = 1.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#479403 (or 0x479403) is known color: Limeade. HEX triplet: 47, 94 and 03. RGB value is (71,148,3). Sum of RGB (Red+Green+Blue) = 71+148+3=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #479403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479403 is #B86BFC. Grayscale: #6C6C6C. Windows color (decimal): -12086269 or 234567. OLE color: 234567.

HSL color Cylindrical-coordinate representation of color #479403: hue angle of 91.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #479403 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 3 -
CMYK 0.52 0 0.98 0.42
HSL 91.86º 0.96% 0.3% -
HSV(B) 91.86º 0.98% 0.58% -
XYZ 13.2 22.53 3.74 -
YUV 108.45 68.49 101.29 -
System Red Green Blue C M Y K H S L
Decimal 71 148 3 0.52 0 0.98 0.42 91.86 0.96 0.3
Hex 47 94 3 34 0 62 2A 5C 60 1E
Octal 107 224 3 64 0 142 52 134 140 36
Binary 1000111 10010100 11 110100 0 1100010 101010 1011100 1100000 11110

Color Harmonies of #479403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479403

Black with #479403

Text Example


Text Example

White with #479403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479403; }

 p { color: rgb(71,148,3); }

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

background-color css

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

 a { background-color: rgb(71,148,3); }

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

border-color css

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

 span { border-color: rgb(71,148,3); }

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