Html Css Color HEX #71C82B Lima

📋 copy color: '#71C82B'

red 113 ◦ green 200 ◦ blue 43

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

Shades of Lima #71C82B

Tints of Lima #71C82B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.18%

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 31.74%
G = 56.18%
B = 12.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#71C82B (or 0x71C82B) is known color: Lima. HEX triplet: 71, C8 and 2B. RGB value is (113,200,43). Sum of RGB (Red+Green+Blue) = 113+200+43=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #71C82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C82B is #8E37D4. Grayscale: #9C9C9C. Windows color (decimal): -9320405 or 2869361. OLE color: 2869361.

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

Color convert

RGB 113 200 43 -
CMYK 0.44 0 0.78 0.22
HSL 93.25º 0.65% 0.48% -
HSV(B) 93.25º 0.79% 0.78% -
XYZ 27.9 44.99 9.5 -
YUV 156.09 64.18 97.27 -
System Red Green Blue C M Y K H S L
Decimal 113 200 43 0.44 0 0.78 0.22 93.25 0.65 0.48
Hex 71 C8 2B 2C 0 4E 16 5D 41 30
Octal 161 310 53 54 0 116 26 135 101 60
Binary 1110001 11001000 101011 101100 0 1001110 10110 1011101 1000001 110000

Color Harmonies of #71C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C82B

Black with #71C82B

Text Example


Text Example

White with #71C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,200,43); }

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

background-color css

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

 a { background-color: rgb(113,200,43); }

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

border-color css

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

 span { border-color: rgb(113,200,43); }

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