Html Css Color HEX #71C322 Lima

📋 copy color: '#71C322'

red 113 ◦ green 195 ◦ blue 34

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

Shades of Lima #71C322

Tints of Lima #71C322

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.02%

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 33.04%
G = 57.02%
B = 9.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#71C322 (or 0x71C322) is known color: Lima. HEX triplet: 71, C3 and 22. RGB value is (113,195,34). Sum of RGB (Red+Green+Blue) = 113+195+34=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #71C322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C322 is #8E3CDD. Grayscale: #989898. Windows color (decimal): -9321694 or 2278257. OLE color: 2278257.

HSL color Cylindrical-coordinate representation of color #71C322: hue angle of 90.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #71C322 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 34 -
CMYK 0.42 0 0.83 0.24
HSL 90.56º 0.7% 0.45% -
HSV(B) 90.56º 0.83% 0.76% -
XYZ 26.61 42.66 8.34 -
YUV 152.13 61.33 100.09 -
System Red Green Blue C M Y K H S L
Decimal 113 195 34 0.42 0 0.83 0.24 90.56 0.7 0.45
Hex 71 C3 22 2A 0 53 18 5B 46 2D
Octal 161 303 42 52 0 123 30 133 106 55
Binary 1110001 11000011 100010 101010 0 1010011 11000 1011011 1000110 101101

Color Harmonies of #71C322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C322

Black with #71C322

Text Example


Text Example

White with #71C322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,34); }

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

background-color css

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

 a { background-color: rgb(113,195,34); }

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

border-color css

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

 span { border-color: rgb(113,195,34); }

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