Html Css Color HEX #71B231 Lima

📋 copy color: '#71B231'

red 113 ◦ green 178 ◦ blue 49

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

Shades of Lima #71B231

Tints of Lima #71B231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 33.24%
G = 52.35%
B = 14.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#71B231 (or 0x71B231) is known color: Lima. HEX triplet: 71, B2 and 31. RGB value is (113,178,49). Sum of RGB (Red+Green+Blue) = 113+178+49=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #71B231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B231 is #8E4DCE. Grayscale: #909090. Windows color (decimal): -9326031 or 3256945. OLE color: 3256945.

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

Color convert

RGB 113 178 49 -
CMYK 0.37 0 0.72 0.30
HSL 90.23º 0.57% 0.45% -
HSV(B) 90.23º 0.72% 0.7% -
XYZ 23.28 35.57 8.54 -
YUV 143.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 113 178 49 0.37 0 0.72 0.30 90.23 0.57 0.45
Hex 71 B2 31 25 0 48 1E 5A 39 2D
Octal 161 262 61 45 0 110 36 132 71 55
Binary 1110001 10110010 110001 100101 0 1001000 11110 1011010 111001 101101

Color Harmonies of #71B231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B231

Black with #71B231

Text Example


Text Example

White with #71B231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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