#71BE31

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

Shades of Lima #71BE31

Tints of Lima #71BE31

Color information

#71BE31 (or 0x71BE31) is unknown color: approx Lima. HEX triplet: 71, BE and 31. RGB value is (113,190,49). Sum of RGB (Red+Green+Blue) = 113+190+49=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE31 is #8E41CE. Grayscale: #979797. Windows color (decimal): -9322959 or 3260017. OLE color: 3260017.

HSL color Cylindrical-coordinate representation of color #71BE31: hue angle of 92.77º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71BE31 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB11319049-
CMYK0.4100.740.25
HSL92.77º59%46.86%-
HSV(B)92.77º74.21%74.51%-
XYZ25.7840.569.38-
YUV150.970.49100.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 190 (74.61% from 255) = 53.98%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=32.10%
G=53.98%
B=13.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113190490.4100.740.2592.775946.86
Hex71BE312904A195d3b2f
Octal16127661510112311357357
Binary11100011011111011000110100101001010110011011101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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