Html Css Color HEX #71B333 Lima

📋 copy color: '#71B333'

red 113 ◦ green 179 ◦ blue 51

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

Shades of Lima #71B333

Tints of Lima #71B333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.87%

R = 32.94%
G = 52.19%
B = 14.87%

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

#71B333 (or 0x71B333) is known color: Lima. HEX triplet: 71, B3 and 33. RGB value is (113,179,51). Sum of RGB (Red+Green+Blue) = 113+179+51=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #71B333 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B333 is #8E4CCC. Grayscale: #919191. Windows color (decimal): -9325773 or 3388273. OLE color: 3388273.

HSL color Cylindrical-coordinate representation of color #71B333: hue angle of 90.94º degrees, saturation: 0.56, 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 #71B333 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 179 51 -
CMYK 0.37 0 0.72 0.30
HSL 90.94º 0.56% 0.45% -
HSV(B) 90.94º 0.72% 0.7% -
XYZ 23.53 35.99 8.84 -
YUV 144.67 75.13 105.41 -
System Red Green Blue C M Y K H S L
Decimal 113 179 51 0.37 0 0.72 0.30 90.94 0.56 0.45
Hex 71 B3 33 25 0 48 1E 5B 38 2D
Octal 161 263 63 45 0 110 36 133 70 55
Binary 1110001 10110011 110011 100101 0 1001000 11110 1011011 111000 101101

Color Harmonies of #71B333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B333

Black with #71B333

Text Example


Text Example

White with #71B333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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