Html Css Color HEX #479302 Limeade

📋 copy color: '#479302'

red 71 ◦ green 147 ◦ blue 2

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

Shades of Limeade #479302

Tints of Limeade #479302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 32.27%
G = 66.82%
B = 0.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#479302 (or 0x479302) is known color: Limeade. HEX triplet: 47, 93 and 02. RGB value is (71,147,2). Sum of RGB (Red+Green+Blue) = 71+147+2=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #479302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479302 is #B86CFD. Grayscale: #6C6C6C. Windows color (decimal): -12086526 or 168775. OLE color: 168775.

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

Color convert

RGB 71 147 2 -
CMYK 0.52 0 0.99 0.42
HSL 91.45º 0.97% 0.29% -
HSV(B) 91.45º 0.99% 0.58% -
XYZ 13.04 22.21 3.66 -
YUV 107.75 68.32 101.79 -
System Red Green Blue C M Y K H S L
Decimal 71 147 2 0.52 0 0.99 0.42 91.45 0.97 0.29
Hex 47 93 2 34 0 63 2A 5B 61 1D
Octal 107 223 2 64 0 143 52 133 141 35
Binary 1000111 10010011 10 110100 0 1100011 101010 1011011 1100001 11101

Color Harmonies of #479302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479302

Black with #479302

Text Example


Text Example

White with #479302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479302; }

 p { color: rgb(71,147,2); }

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

background-color css

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

 a { background-color: rgb(71,147,2); }

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

border-color css

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

 span { border-color: rgb(71,147,2); }

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