Html Css Color HEX #71B82C Lima

📋 copy color: '#71B82C'

red 113 ◦ green 184 ◦ blue 44

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

Shades of Lima #71B82C

Tints of Lima #71B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.96%

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

R = 33.14%
G = 53.96%
B = 12.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#71B82C (or 0x71B82C) is known color: Lima. HEX triplet: 71, B8 and 2C. RGB value is (113,184,44). Sum of RGB (Red+Green+Blue) = 113+184+44=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #71B82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B82C is #8E47D3. Grayscale: #939393. Windows color (decimal): -9324500 or 2930801. OLE color: 2930801.

HSL color Cylindrical-coordinate representation of color #71B82C: hue angle of 90.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71B82C is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 184 44 -
CMYK 0.39 0 0.76 0.28
HSL 90.43º 0.61% 0.45% -
HSV(B) 90.43º 0.76% 0.72% -
XYZ 24.41 37.97 8.43 -
YUV 146.81 69.98 103.88 -
System Red Green Blue C M Y K H S L
Decimal 113 184 44 0.39 0 0.76 0.28 90.43 0.61 0.45
Hex 71 B8 2C 27 0 4C 1C 5A 3D 2D
Octal 161 270 54 47 0 114 34 132 75 55
Binary 1110001 10111000 101100 100111 0 1001100 11100 1011010 111101 101101

Color Harmonies of #71B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B82C

Black with #71B82C

Text Example


Text Example

White with #71B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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