#71c62a

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

Shades of Lima #71C62A

Tints of Lima #71C62A

Color information

#71C62A (or 0x71C62A) is unknown color: approx Lima. HEX triplet: 71, C6 and 2A. RGB value is (113,198,42). Sum of RGB (Red+Green+Blue) = 113+198+42=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #71C62A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C62A is #8E39D5. Grayscale: #9B9B9B. Windows color (decimal): -9320918 or 2803313. OLE color: 2803313.

HSL color Cylindrical-coordinate representation of color #71C62A: hue angle of 92.69º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71C62A is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB11319842-
CMYK0.4300.790.22
HSL92.69º65%47.06%-
HSV(B)92.69º78.79%77.65%-
XYZ27.4244.079.25-
YUV154.864.3498.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 198 (77.73% from 255) = 56.09%
BLUE value IS 42 (16.80% from 255) = 11.90%
R=32.01%
G=56.09%
B=11.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113198420.4300.790.2292.696547.06
Hex71C62A2B04F165d412f
Octal161306525301172613510157
Binary111000111000110101010101011010011111011010111011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71c62a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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