Html Css Color HEX #71BB2F Lima

📋 copy color: '#71BB2F'

red 113 ◦ green 187 ◦ blue 47

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

Shades of Lima #71BB2F

Tints of Lima #71BB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.89%

 BLUE value IS 47 (18.75% from 255) = 13.54%

R = 32.56%
G = 53.89%
B = 13.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#71BB2F (or 0x71BB2F) is known color: Lima. HEX triplet: 71, BB and 2F. RGB value is (113,187,47). Sum of RGB (Red+Green+Blue) = 113+187+47=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BB2F is #8E44D0. Grayscale: #959595. Windows color (decimal): -9323729 or 3128177. OLE color: 3128177.

HSL color Cylindrical-coordinate representation of color #71BB2F: hue angle of 91.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71BB2F is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 187 47 -
CMYK 0.40 0 0.75 0.27
HSL 91.71º 0.6% 0.46% -
HSV(B) 91.71º 0.75% 0.73% -
XYZ 25.09 39.26 8.94 -
YUV 148.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 113 187 47 0.40 0 0.75 0.27 91.71 0.6 0.46
Hex 71 BB 2F 28 0 4B 1B 5C 3C 2E
Octal 161 273 57 50 0 113 33 134 74 56
Binary 1110001 10111011 101111 101000 0 1001011 11011 1011100 111100 101110

Color Harmonies of #71BB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BB2F

Black with #71BB2F

Text Example


Text Example

White with #71BB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,187,47); }

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

background-color css

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

 a { background-color: rgb(113,187,47); }

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

border-color css

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

 span { border-color: rgb(113,187,47); }

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