#71b42d

Color #71B42D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #71B42D

Tints of Lima #71B42D

Color information

#71B42D (or 0x71B42D) is unknown color: approx Lima. HEX triplet: 71, B4 and 2D. RGB value is (113,180,45). Sum of RGB (Red+Green+Blue) = 113+180+45=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #71B42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B42D is #8E4BD2. Grayscale: #919191. Windows color (decimal): -9325523 or 2995313. OLE color: 2995313.

HSL color Cylindrical-coordinate representation of color #71B42D: hue angle of 89.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71B42D is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB11318045-
CMYK0.3700.750.29
HSL89.78º60%44.12%-
HSV(B)89.78º75%70.59%-
XYZ23.636.348.25-
YUV144.5871.8105.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 180 (70.70% from 255) = 53.25%
BLUE value IS 45 (17.97% from 255) = 13.31%
R=33.43%
G=53.25%
B=13.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113180450.3700.750.2989.786044.12
Hex71B42D2504B1D5a3c2c
Octal16126455450113351327454
Binary11100011011010010110110010101001011111011011010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b42d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,45); }

 H1.HeaderClassName
 {
   color: #71b42d;
 }
 .AnyTagClassName
 {
   color: #71b42d;
 }
</style>
background-color css

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

 a { background-color: rgb(113,180,45); }

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

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

 span { border-color: rgb(113,180,45); }

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