Html Css Color HEX #71BC2C Lima

📋 copy color: '#71BC2C'

red 113 ◦ green 188 ◦ blue 44

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

Shades of Lima #71BC2C

Tints of Lima #71BC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 32.75%
G = 54.49%
B = 12.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#71BC2C (or 0x71BC2C) is known color: Lima. HEX triplet: 71, BC and 2C. RGB value is (113,188,44). Sum of RGB (Red+Green+Blue) = 113+188+44=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC2C is #8E43D3. Grayscale: #959595. Windows color (decimal): -9323476 or 2931825. OLE color: 2931825.

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

Color convert

RGB 113 188 44 -
CMYK 0.40 0 0.77 0.26
HSL 91.25º 0.62% 0.45% -
HSV(B) 91.25º 0.77% 0.74% -
XYZ 25.25 39.66 8.71 -
YUV 149.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 113 188 44 0.40 0 0.77 0.26 91.25 0.62 0.45
Hex 71 BC 2C 28 0 4D 1A 5B 3E 2D
Octal 161 274 54 50 0 115 32 133 76 55
Binary 1110001 10111100 101100 101000 0 1001101 11010 1011011 111110 101101

Color Harmonies of #71BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BC2C

Black with #71BC2C

Text Example


Text Example

White with #71BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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