#71C72E

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

Shades of Lima #71C72E

Tints of Lima #71C72E

Color information

#71C72E (or 0x71C72E) is unknown color: approx Lima. HEX triplet: 71, C7 and 2E. RGB value is (113,199,46). Sum of RGB (Red+Green+Blue) = 113+199+46=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #71C72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C72E is #8E38D1. Grayscale: #9C9C9C. Windows color (decimal): -9320658 or 3065713. OLE color: 3065713.

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

Color convert

RGB11319946-
CMYK0.4300.770.22
HSL93.73º62.45%48.04%-
HSV(B)93.73º76.88%78.04%-
XYZ27.7344.559.72-
YUV155.8466.0197.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 199 (78.12% from 255) = 55.59%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=31.56%
G=55.59%
B=12.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal113199460.4300.770.2293.7362.4548.04
Hex71C72E2B04D165e3e30
Octal16130756530115261367660
Binary11100011100011110111010101101001101101101011110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,199,46); }

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

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

 a { background-color: rgb(113,199,46); }

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

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

 span { border-color: rgb(113,199,46); }

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