#71C91E

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

Shades of Lima #71C91E

Tints of Lima #71C91E

Color information

#71C91E (or 0x71C91E) is unknown color: approx Lima. HEX triplet: 71, C9 and 1E. RGB value is (113,201,30). Sum of RGB (Red+Green+Blue) = 113+201+30=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #71C91E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C91E is #8E36E1. Grayscale: #9B9B9B. Windows color (decimal): -9320162 or 2017649. OLE color: 2017649.

HSL color Cylindrical-coordinate representation of color #71C91E: hue angle of 90.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71C91E is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB11320130-
CMYK0.4400.850.21
HSL90.88º74.03%45.29%-
HSV(B)90.88º85.07%78.82%-
XYZ27.9345.388.51-
YUV155.1957.3597.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 201 (78.91% from 255) = 58.43%
BLUE value IS 30 (12.11% from 255) = 8.72%
R=32.85%
G=58.43%
B=8.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113201300.4400.850.2190.8874.0345.29
Hex71C91E2C055155b4a2d
Octal161311365401252513311255
Binary11100011100100111110101100010101011010110110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,201,30); }

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

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

 a { background-color: rgb(113,201,30); }

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

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

 span { border-color: rgb(113,201,30); }

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