#71b42a

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

Shades of Lima #71B42A

Tints of Lima #71B42A

Color information

#71B42A (or 0x71B42A) is unknown color: approx Lima. HEX triplet: 71, B4 and 2A. RGB value is (113,180,42). Sum of RGB (Red+Green+Blue) = 113+180+42=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #71B42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B42A is #8E4BD5. Grayscale: #909090. Windows color (decimal): -9325526 or 2798705. OLE color: 2798705.

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

Color convert

RGB11318042-
CMYK0.3700.770.29
HSL89.13º62.16%43.53%-
HSV(B)89.13º76.67%70.59%-
XYZ23.5536.327.96-
YUV144.2470.3105.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 180 (70.70% from 255) = 53.73%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=33.73%
G=53.73%
B=12.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113180420.3700.770.2989.1362.1643.53
Hex71B42A2504D1D593e2c
Octal16126452450115351317654
Binary11100011011010010101010010101001101111011011001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71b42a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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