Html Css Color HEX #71AF30 Lima

📋 copy color: '#71AF30'

red 113 ◦ green 175 ◦ blue 48

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

Shades of Lima #71AF30

Tints of Lima #71AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.29%

R = 33.63%
G = 52.08%
B = 14.29%

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

#71AF30 (or 0x71AF30) is known color: Lima. HEX triplet: 71, AF and 30. RGB value is (113,175,48). Sum of RGB (Red+Green+Blue) = 113+175+48=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #71AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AF30 is #8E50CF. Grayscale: #8E8E8E. Windows color (decimal): -9326800 or 3190641. OLE color: 3190641.

HSL color Cylindrical-coordinate representation of color #71AF30: hue angle of 89.29º degrees, saturation: 0.57, 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 #71AF30 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 175 48 -
CMYK 0.35 0 0.73 0.31
HSL 89.29º 0.57% 0.44% -
HSV(B) 89.29º 0.73% 0.69% -
XYZ 22.67 34.38 8.24 -
YUV 141.98 74.96 107.33 -
System Red Green Blue C M Y K H S L
Decimal 113 175 48 0.35 0 0.73 0.31 89.29 0.57 0.44
Hex 71 AF 30 23 0 49 1F 59 39 2C
Octal 161 257 60 43 0 111 37 131 71 54
Binary 1110001 10101111 110000 100011 0 1001001 11111 1011001 111001 101100

Color Harmonies of #71AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AF30

Black with #71AF30

Text Example


Text Example

White with #71AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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