Html Css Color HEX #479100 Limeade

📋 copy color: '#479100'

red 71 ◦ green 145 ◦ blue 0

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

Shades of Limeade #479100

Tints of Limeade #479100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 67.13%

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

R = 32.87%
G = 67.13%
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

#479100 (or 0x479100) is known color: Limeade. HEX triplet: 47, 91 and 00. RGB value is (71,145,0). Sum of RGB (Red+Green+Blue) = 71+145+0=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 145 (57.03% from 255 or 67.13% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 145 - color contains mainly: green. Hex color #479100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479100 is #B86EFF. Grayscale: #6A6A6A. Windows color (decimal): -12087040 or 37191. OLE color: 37191.

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

Color convert

RGB 71 145 0 -
CMYK 0.51 0 1 0.43
HSL 90.62º 1% 0.28% -
HSV(B) 90.62º 1% 0.57% -
XYZ 12.72 21.59 3.5 -
YUV 106.34 67.98 102.79 -
System Red Green Blue C M Y K H S L
Decimal 71 145 0 0.51 0 1 0.43 90.62 1 0.28
Hex 47 91 0 33 0 64 2B 5B 64 1C
Octal 107 221 0 63 0 144 53 133 144 34
Binary 1000111 10010001 0 110011 0 1100100 101011 1011011 1100100 11100

Color Harmonies of #479100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479100

Black with #479100

Text Example


Text Example

White with #479100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479100; }

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

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

background-color css

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

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

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

border-color css

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

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

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