Html Css Color HEX #71AF34 Lima

📋 copy color: '#71AF34'

red 113 ◦ green 175 ◦ blue 52

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

Shades of Lima #71AF34

Tints of Lima #71AF34

RGB

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

 GREEN value IS 175 (68.75% from 255) = 51.47%

 BLUE value IS 52 (20.7% from 255) = 15.29%

R = 33.24%
G = 51.47%
B = 15.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#71AF34 (or 0x71AF34) is known color: Lima. HEX triplet: 71, AF and 34. RGB value is (113,175,52). Sum of RGB (Red+Green+Blue) = 113+175+52=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF34 is #8E50CB. Grayscale: #8E8E8E. Windows color (decimal): -9326796 or 3452785. OLE color: 3452785.

HSL color Cylindrical-coordinate representation of color #71AF34: hue angle of 90.24º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71AF34 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 52 -
CMYK 0.35 0 0.70 0.31
HSL 90.24º 0.54% 0.45% -
HSV(B) 90.24º 0.7% 0.69% -
XYZ 22.76 34.42 8.69 -
YUV 142.44 76.96 107 -
System Red Green Blue C M Y K H S L
Decimal 113 175 52 0.35 0 0.70 0.31 90.24 0.54 0.45
Hex 71 AF 34 23 0 46 1F 5A 36 2D
Octal 161 257 64 43 0 106 37 132 66 55
Binary 1110001 10101111 110100 100011 0 1000110 11111 1011010 110110 101101

Color Harmonies of #71AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF34

Black with #71AF34

Text Example


Text Example

White with #71AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,175,52); }

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

background-color css

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

 a { background-color: rgb(113,175,52); }

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

border-color css

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

 span { border-color: rgb(113,175,52); }

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