Html Css Color HEX #71C620 Lima

📋 copy color: '#71C620'

red 113 ◦ green 198 ◦ blue 32

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

Shades of Lima #71C620

Tints of Lima #71C620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.73%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 32.94%
G = 57.73%
B = 9.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#71C620 (or 0x71C620) is known color: Lima. HEX triplet: 71, C6 and 20. RGB value is (113,198,32). Sum of RGB (Red+Green+Blue) = 113+198+32=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #71C620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C620 is #8E39DF. Grayscale: #9A9A9A. Windows color (decimal): -9320928 or 2147953. OLE color: 2147953.

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

Color convert

RGB 113 198 32 -
CMYK 0.43 0 0.84 0.22
HSL 90.72º 0.72% 0.45% -
HSV(B) 90.72º 0.84% 0.78% -
XYZ 27.26 44 8.42 -
YUV 153.66 59.34 99 -
System Red Green Blue C M Y K H S L
Decimal 113 198 32 0.43 0 0.84 0.22 90.72 0.72 0.45
Hex 71 C6 20 2B 0 54 16 5B 48 2D
Octal 161 306 40 53 0 124 26 133 110 55
Binary 1110001 11000110 100000 101011 0 1010100 10110 1011011 1001000 101101

Color Harmonies of #71C620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C620

Black with #71C620

Text Example


Text Example

White with #71C620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,198,32); }

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

background-color css

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

 a { background-color: rgb(113,198,32); }

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

border-color css

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

 span { border-color: rgb(113,198,32); }

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