Html Css Color HEX #71AE34 Lima

📋 copy color: '#71AE34'

red 113 ◦ green 174 ◦ blue 52

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

Shades of Lima #71AE34

Tints of Lima #71AE34

RGB

 RED value IS 113 (44.53% from 255) = 33.33%

 GREEN value IS 174 (68.36% from 255) = 51.33%

 BLUE value IS 52 (20.7% from 255) = 15.34%

R = 33.33%
G = 51.33%
B = 15.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#71AE34 (or 0x71AE34) is known color: Lima. HEX triplet: 71, AE and 34. RGB value is (113,174,52). Sum of RGB (Red+Green+Blue) = 113+174+52=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AE34 is #8E51CB. Grayscale: #8E8E8E. Windows color (decimal): -9327052 or 3452529. OLE color: 3452529.

HSL color Cylindrical-coordinate representation of color #71AE34: hue angle of 90º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71AE34 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 174 52 -
CMYK 0.35 0 0.70 0.32
HSL 90º 0.54% 0.44% -
HSV(B) 90º 0.7% 0.68% -
XYZ 22.57 34.03 8.63 -
YUV 141.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 113 174 52 0.35 0 0.70 0.32 90 0.54 0.44
Hex 71 AE 34 23 0 46 20 5A 36 2C
Octal 161 256 64 43 0 106 40 132 66 54
Binary 1110001 10101110 110100 100011 0 1000110 100000 1011010 110110 101100

Color Harmonies of #71AE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AE34

Black with #71AE34

Text Example


Text Example

White with #71AE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AE34; }

 p { color: rgb(113,174,52); }

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

background-color css

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

 a { background-color: rgb(113,174,52); }

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

border-color css

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

 span { border-color: rgb(113,174,52); }

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