Html Css Color HEX #71B32E Lima

📋 copy color: '#71B32E'

red 113 ◦ green 179 ◦ blue 46

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

Shades of Lima #71B32E

Tints of Lima #71B32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.96%

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

R = 33.43%
G = 52.96%
B = 13.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#71B32E (or 0x71B32E) is known color: Lima. HEX triplet: 71, B3 and 2E. RGB value is (113,179,46). Sum of RGB (Red+Green+Blue) = 113+179+46=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #71B32E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B32E is #8E4CD1. Grayscale: #909090. Windows color (decimal): -9325778 or 3060593. OLE color: 3060593.

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

Color convert

RGB 113 179 46 -
CMYK 0.37 0 0.74 0.30
HSL 89.77º 0.59% 0.44% -
HSV(B) 89.77º 0.74% 0.7% -
XYZ 23.42 35.95 8.29 -
YUV 144.1 72.63 105.81 -
System Red Green Blue C M Y K H S L
Decimal 113 179 46 0.37 0 0.74 0.30 89.77 0.59 0.44
Hex 71 B3 2E 25 0 4A 1E 5A 3B 2C
Octal 161 263 56 45 0 112 36 132 73 54
Binary 1110001 10110011 101110 100101 0 1001010 11110 1011010 111011 101100

Color Harmonies of #71B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B32E

Black with #71B32E

Text Example


Text Example

White with #71B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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