#71C32C

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

Shades of Lima #71C32C

Tints of Lima #71C32C

Color information

#71C32C (or 0x71C32C) is unknown color: approx Lima. HEX triplet: 71, C3 and 2C. RGB value is (113,195,44). Sum of RGB (Red+Green+Blue) = 113+195+44=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #71C32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C32C is #8E3CD3. Grayscale: #999999. Windows color (decimal): -9321684 or 2933617. OLE color: 2933617.

HSL color Cylindrical-coordinate representation of color #71C32C: hue angle of 92.58º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71C32C is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB11319544-
CMYK0.4200.770.24
HSL92.58º63.18%46.86%-
HSV(B)92.58º77.44%76.47%-
XYZ26.7842.729.22-
YUV153.2766.3399.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 195 (76.56% from 255) = 55.40%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=32.10%
G=55.40%
B=12.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113195440.4200.770.2492.5863.1846.86
Hex71C32C2A04D185d3f2f
Octal16130354520115301357757
Binary11100011100001110110010101001001101110001011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,195,44); }

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

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

 a { background-color: rgb(113,195,44); }

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

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

 span { border-color: rgb(113,195,44); }

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