Html Css Color HEX #479200 Limeade

📋 copy color: '#479200'

red 71 ◦ green 146 ◦ blue 0

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

Shades of Limeade #479200

Tints of Limeade #479200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 32.72%
G = 67.28%
B = 0%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#479200 (or 0x479200) is known color: Limeade. HEX triplet: 47, 92 and 00. RGB value is (71,146,0). Sum of RGB (Red+Green+Blue) = 71+146+0=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 146 (57.42% from 255 or 67.28% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 146 - color contains mainly: green. Hex color #479200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479200 is #B86DFF. Grayscale: #6B6B6B. Windows color (decimal): -12086784 or 37447. OLE color: 37447.

HSL color Cylindrical-coordinate representation of color #479200: hue angle of 90.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #479200 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 146 0 -
CMYK 0.51 0 1 0.43
HSL 90.82º 1% 0.29% -
HSV(B) 90.82º 1% 0.57% -
XYZ 12.88 21.9 3.55 -
YUV 106.93 67.65 102.37 -
System Red Green Blue C M Y K H S L
Decimal 71 146 0 0.51 0 1 0.43 90.82 1 0.29
Hex 47 92 0 33 0 64 2B 5B 64 1D
Octal 107 222 0 63 0 144 53 133 144 35
Binary 1000111 10010010 0 110011 0 1100100 101011 1011011 1100100 11101

Color Harmonies of #479200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479200

Black with #479200

Text Example


Text Example

White with #479200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479200; }

 p { color: rgb(71,146,0); }

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

background-color css

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

 a { background-color: rgb(71,146,0); }

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

border-color css

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

 span { border-color: rgb(71,146,0); }

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