#71CA1B

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

Shades of Lima #71CA1B

Tints of Lima #71CA1B

Color information

#71CA1B (or 0x71CA1B) is unknown color: approx Lima. HEX triplet: 71, CA and 1B. RGB value is (113,202,27). Sum of RGB (Red+Green+Blue) = 113+202+27=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CA1B is #8E35E4. Grayscale: #9C9C9C. Windows color (decimal): -9319909 or 1821297. OLE color: 1821297.

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

Color convert

RGB11320227-
CMYK0.4400.870.21
HSL90.51º76.42%44.9%-
HSV(B)90.51º86.63%79.22%-
XYZ28.1345.838.4-
YUV155.4455.5197.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.04%
GREEN value IS 202 (79.30% from 255) = 59.06%
BLUE value IS 27 (10.94% from 255) = 7.89%
R=33.04%
G=59.06%
B=7.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202270.4400.870.2190.5176.4244.9
Hex71CA1B2C057155b4c2d
Octal161312335401272513311455
Binary11100011100101011011101100010101111010110110111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,202,27); }

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

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

 a { background-color: rgb(113,202,27); }

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

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

 span { border-color: rgb(113,202,27); }

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