#71C229

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

Shades of Lima #71C229

Tints of Lima #71C229

Color information

#71C229 (or 0x71C229) is unknown color: approx Lima. HEX triplet: 71, C2 and 29. RGB value is (113,194,41). Sum of RGB (Red+Green+Blue) = 113+194+41=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #71C229 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C229 is #8E3DD6. Grayscale: #989898. Windows color (decimal): -9321943 or 2736753. OLE color: 2736753.

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

Color convert

RGB11319441-
CMYK0.4200.790.24
HSL91.76º65.11%46.08%-
HSV(B)91.76º78.87%76.08%-
XYZ26.542.258.86-
YUV152.3465.1699.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 194 (76.17% from 255) = 55.75%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=32.47%
G=55.75%
B=11.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal113194410.4200.790.2491.7665.1146.08
Hex71C2292A04F185c412e
Octal161302515201173013410156
Binary111000111000010101001101010010011111100010111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,194,41); }

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

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

 a { background-color: rgb(113,194,41); }

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

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

 span { border-color: rgb(113,194,41); }

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