Html Css Color HEX #71AC2F Lima

📋 copy color: '#71AC2F'

red 113 ◦ green 172 ◦ blue 47

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

Shades of Lima #71AC2F

Tints of Lima #71AC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 51.81%

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 34.04%
G = 51.81%
B = 14.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#71AC2F (or 0x71AC2F) is known color: Lima. HEX triplet: 71, AC and 2F. RGB value is (113,172,47). Sum of RGB (Red+Green+Blue) = 113+172+47=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC2F is #8E53D0. Grayscale: #8C8C8C. Windows color (decimal): -9327569 or 3124337. OLE color: 3124337.

HSL color Cylindrical-coordinate representation of color #71AC2F: hue angle of 88.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71AC2F is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 172 47 -
CMYK 0.34 0 0.73 0.33
HSL 88.32º 0.57% 0.43% -
HSV(B) 88.32º 0.73% 0.67% -
XYZ 22.08 33.22 7.94 -
YUV 140.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 113 172 47 0.34 0 0.73 0.33 88.32 0.57 0.43
Hex 71 AC 2F 22 0 49 21 58 39 2B
Octal 161 254 57 42 0 111 41 130 71 53
Binary 1110001 10101100 101111 100010 0 1001001 100001 1011000 111001 101011

Color Harmonies of #71AC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC2F

Black with #71AC2F

Text Example


Text Example

White with #71AC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,172,47); }

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

background-color css

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

 a { background-color: rgb(113,172,47); }

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

border-color css

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

 span { border-color: rgb(113,172,47); }

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