Html Css Color HEX #71AF2F Lima

📋 copy color: '#71AF2F'

red 113 ◦ green 175 ◦ blue 47

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

Shades of Lima #71AF2F

Tints of Lima #71AF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 33.73%
G = 52.24%
B = 14.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#71AF2F (or 0x71AF2F) is known color: Lima. HEX triplet: 71, AF and 2F. RGB value is (113,175,47). Sum of RGB (Red+Green+Blue) = 113+175+47=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF2F is #8E50D0. Grayscale: #8E8E8E. Windows color (decimal): -9326801 or 3125105. OLE color: 3125105.

HSL color Cylindrical-coordinate representation of color #71AF2F: hue angle of 89.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71AF2F is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 47 -
CMYK 0.35 0 0.73 0.31
HSL 89.06º 0.58% 0.44% -
HSV(B) 89.06º 0.73% 0.69% -
XYZ 22.65 34.38 8.13 -
YUV 141.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 113 175 47 0.35 0 0.73 0.31 89.06 0.58 0.44
Hex 71 AF 2F 23 0 49 1F 59 3A 2C
Octal 161 257 57 43 0 111 37 131 72 54
Binary 1110001 10101111 101111 100011 0 1001001 11111 1011001 111010 101100

Color Harmonies of #71AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF2F

Black with #71AF2F

Text Example


Text Example

White with #71AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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