Html Css Color HEX #71BF2E Lima

📋 copy color: '#71BF2E'

red 113 ◦ green 191 ◦ blue 46

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

Shades of Lima #71BF2E

Tints of Lima #71BF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 54.57%

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 32.29%
G = 54.57%
B = 13.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#71BF2E (or 0x71BF2E) is known color: Lima. HEX triplet: 71, BF and 2E. RGB value is (113,191,46). Sum of RGB (Red+Green+Blue) = 113+191+46=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF2E is #8E40D1. Grayscale: #979797. Windows color (decimal): -9322706 or 3063665. OLE color: 3063665.

HSL color Cylindrical-coordinate representation of color #71BF2E: hue angle of 92.28º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71BF2E is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 46 -
CMYK 0.41 0 0.76 0.25
HSL 92.28º 0.61% 0.46% -
HSV(B) 92.28º 0.76% 0.75% -
XYZ 25.93 40.97 9.13 -
YUV 151.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 113 191 46 0.41 0 0.76 0.25 92.28 0.61 0.46
Hex 71 BF 2E 29 0 4C 19 5C 3D 2E
Octal 161 277 56 51 0 114 31 134 75 56
Binary 1110001 10111111 101110 101001 0 1001100 11001 1011100 111101 101110

Color Harmonies of #71BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF2E

Black with #71BF2E

Text Example


Text Example

White with #71BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,191,46); }

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

background-color css

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

 a { background-color: rgb(113,191,46); }

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

border-color css

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

 span { border-color: rgb(113,191,46); }

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