Html Css Color HEX #71BD31 Lima

📋 copy color: '#71BD31'

red 113 ◦ green 189 ◦ blue 49

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

Shades of Lima #71BD31

Tints of Lima #71BD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.85%

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 32.19%
G = 53.85%
B = 13.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#71BD31 (or 0x71BD31) is known color: Lima. HEX triplet: 71, BD and 31. RGB value is (113,189,49). Sum of RGB (Red+Green+Blue) = 113+189+49=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD31 is #8E42CE. Grayscale: #969696. Windows color (decimal): -9323215 or 3259761. OLE color: 3259761.

HSL color Cylindrical-coordinate representation of color #71BD31: hue angle of 92.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71BD31 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 49 -
CMYK 0.40 0 0.74 0.26
HSL 92.57º 0.59% 0.47% -
HSV(B) 92.57º 0.74% 0.74% -
XYZ 25.56 40.13 9.3 -
YUV 150.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 113 189 49 0.40 0 0.74 0.26 92.57 0.59 0.47
Hex 71 BD 31 28 0 4A 1A 5D 3B 2F
Octal 161 275 61 50 0 112 32 135 73 57
Binary 1110001 10111101 110001 101000 0 1001010 11010 1011101 111011 101111

Color Harmonies of #71BD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BD31

Black with #71BD31

Text Example


Text Example

White with #71BD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,189,49); }

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

background-color css

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

 a { background-color: rgb(113,189,49); }

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

border-color css

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

 span { border-color: rgb(113,189,49); }

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