Html Css Color HEX #71AB30 Lima

📋 copy color: '#71AB30'

red 113 ◦ green 171 ◦ blue 48

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

Shades of Lima #71AB30

Tints of Lima #71AB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

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

R = 34.04%
G = 51.51%
B = 14.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#71AB30 (or 0x71AB30) is known color: Lima. HEX triplet: 71, AB and 30. RGB value is (113,171,48). Sum of RGB (Red+Green+Blue) = 113+171+48=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB30 is #8E54CF. Grayscale: #8C8C8C. Windows color (decimal): -9327824 or 3189617. OLE color: 3189617.

HSL color Cylindrical-coordinate representation of color #71AB30: hue angle of 88.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71AB30 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 48 -
CMYK 0.34 0 0.72 0.33
HSL 88.29º 0.56% 0.43% -
HSV(B) 88.29º 0.72% 0.67% -
XYZ 21.91 32.85 7.98 -
YUV 139.64 76.28 109 -
System Red Green Blue C M Y K H S L
Decimal 113 171 48 0.34 0 0.72 0.33 88.29 0.56 0.43
Hex 71 AB 30 22 0 48 21 58 38 2B
Octal 161 253 60 42 0 110 41 130 70 53
Binary 1110001 10101011 110000 100010 0 1001000 100001 1011000 111000 101011

Color Harmonies of #71AB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB30

Black with #71AB30

Text Example


Text Example

White with #71AB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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