Html Css Color HEX #71BC2E Lima

📋 copy color: '#71BC2E'

red 113 ◦ green 188 ◦ blue 46

#71BC2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #71BC2E

Tints of Lima #71BC2E

RGB

 RED value IS 113 (44.53% from 255) = 32.56%

 GREEN value IS 188 (73.83% from 255) = 54.18%

 BLUE value IS 46 (18.36% from 255) = 13.26%

R = 32.56%
G = 54.18%
B = 13.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#71BC2E (or 0x71BC2E) is known color: Lima. HEX triplet: 71, BC and 2E. RGB value is (113,188,46). Sum of RGB (Red+Green+Blue) = 113+188+46=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC2E is #8E43D1. Grayscale: #959595. Windows color (decimal): -9323474 or 3062897. OLE color: 3062897.

HSL color Cylindrical-coordinate representation of color #71BC2E: hue angle of 91.69º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71BC2E is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 188 46 -
CMYK 0.40 0 0.76 0.26
HSL 91.69º 0.61% 0.46% -
HSV(B) 91.69º 0.76% 0.74% -
XYZ 25.29 39.67 8.91 -
YUV 149.39 69.65 102.05 -
System Red Green Blue C M Y K H S L
Decimal 113 188 46 0.40 0 0.76 0.26 91.69 0.61 0.46
Hex 71 BC 2E 28 0 4C 1A 5C 3D 2E
Octal 161 274 56 50 0 114 32 134 75 56
Binary 1110001 10111100 101110 101000 0 1001100 11010 1011100 111101 101110

Color Harmonies of #71BC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC2E

Black with #71BC2E

Text Example


Text Example

White with #71BC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71BC2E;
 }
 .AnyTagClassName
 {
   color: #71BC2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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