Html Css Color HEX #71B22D Lima

📋 copy color: '#71B22D'

red 113 ◦ green 178 ◦ blue 45

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

Shades of Lima #71B22D

Tints of Lima #71B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.98%

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 33.63%
G = 52.98%
B = 13.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#71B22D (or 0x71B22D) is known color: Lima. HEX triplet: 71, B2 and 2D. RGB value is (113,178,45). Sum of RGB (Red+Green+Blue) = 113+178+45=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #71B22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B22D is #8E4DD2. Grayscale: #8F8F8F. Windows color (decimal): -9326035 or 2994801. OLE color: 2994801.

HSL color Cylindrical-coordinate representation of color #71B22D: hue angle of 89.32º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71B22D is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 178 45 -
CMYK 0.37 0 0.75 0.30
HSL 89.32º 0.6% 0.44% -
HSV(B) 89.32º 0.75% 0.7% -
XYZ 23.2 35.54 8.12 -
YUV 143.4 72.47 106.31 -
System Red Green Blue C M Y K H S L
Decimal 113 178 45 0.37 0 0.75 0.30 89.32 0.6 0.44
Hex 71 B2 2D 25 0 4B 1E 59 3C 2C
Octal 161 262 55 45 0 113 36 131 74 54
Binary 1110001 10110010 101101 100101 0 1001011 11110 1011001 111100 101100

Color Harmonies of #71B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B22D

Black with #71B22D

Text Example


Text Example

White with #71B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,178,45); }

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

background-color css

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

 a { background-color: rgb(113,178,45); }

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

border-color css

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

 span { border-color: rgb(113,178,45); }

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