#71BC31

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

Shades of Lima #71BC31

Tints of Lima #71BC31

Color information

#71BC31 (or 0x71BC31) is unknown color: approx Lima. HEX triplet: 71, BC and 31. RGB value is (113,188,49). Sum of RGB (Red+Green+Blue) = 113+188+49=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC31 is #8E43CE. Grayscale: #969696. Windows color (decimal): -9323471 or 3259505. OLE color: 3259505.

HSL color Cylindrical-coordinate representation of color #71BC31: hue angle of 92.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71BC31 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB11318849-
CMYK0.4000.740.26
HSL92.37º58.65%46.47%-
HSV(B)92.37º73.94%73.73%-
XYZ25.3539.79.23-
YUV149.7371.15101.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 188 (73.83% from 255) = 53.71%
BLUE value IS 49 (19.53% from 255) = 14%
R=32.29%
G=53.71%
B=14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113188490.4000.740.2692.3758.6546.47
Hex71BC312804A1A5c3b2e
Octal16127461500112321347356
Binary11100011011110011000110100001001010110101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,188,49); }

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

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

 a { background-color: rgb(113,188,49); }

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

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

 span { border-color: rgb(113,188,49); }

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