Html Css Color HEX #71BE2B Lima

📋 copy color: '#71BE2B'

red 113 ◦ green 190 ◦ blue 43

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

Shades of Lima #71BE2B

Tints of Lima #71BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.91%

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 32.66%
G = 54.91%
B = 12.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#71BE2B (or 0x71BE2B) is known color: Lima. HEX triplet: 71, BE and 2B. RGB value is (113,190,43). Sum of RGB (Red+Green+Blue) = 113+190+43=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 190 (74.61% from 255 or 54.91% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BE2B is #8E41D4. Grayscale: #969696. Windows color (decimal): -9322965 or 2866801. OLE color: 2866801.

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

Color convert

RGB 113 190 43 -
CMYK 0.41 0 0.77 0.25
HSL 91.43º 0.63% 0.46% -
HSV(B) 91.43º 0.77% 0.75% -
XYZ 25.66 40.51 8.75 -
YUV 150.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 113 190 43 0.41 0 0.77 0.25 91.43 0.63 0.46
Hex 71 BE 2B 29 0 4D 19 5B 3F 2E
Octal 161 276 53 51 0 115 31 133 77 56
Binary 1110001 10111110 101011 101001 0 1001101 11001 1011011 111111 101110

Color Harmonies of #71BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BE2B

Black with #71BE2B

Text Example


Text Example

White with #71BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,43); }

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

background-color css

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

 a { background-color: rgb(113,190,43); }

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

border-color css

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

 span { border-color: rgb(113,190,43); }

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