Html Css Color HEX #71BF2A Lima

📋 copy color: '#71BF2A'

red 113 ◦ green 191 ◦ blue 42

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

Shades of Lima #71BF2A

Tints of Lima #71BF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 32.66%
G = 55.2%
B = 12.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#71BF2A (or 0x71BF2A) is known color: Lima. HEX triplet: 71, BF and 2A. RGB value is (113,191,42). Sum of RGB (Red+Green+Blue) = 113+191+42=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF2A is #8E40D5. Grayscale: #979797. Windows color (decimal): -9322710 or 2801521. OLE color: 2801521.

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

Color convert

RGB 113 191 42 -
CMYK 0.41 0 0.78 0.25
HSL 91.41º 0.64% 0.46% -
HSV(B) 91.41º 0.78% 0.75% -
XYZ 25.86 40.94 8.73 -
YUV 150.69 66.66 101.12 -
System Red Green Blue C M Y K H S L
Decimal 113 191 42 0.41 0 0.78 0.25 91.41 0.64 0.46
Hex 71 BF 2A 29 0 4E 19 5B 40 2E
Octal 161 277 52 51 0 116 31 133 100 56
Binary 1110001 10111111 101010 101001 0 1001110 11001 1011011 1000000 101110

Color Harmonies of #71BF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF2A

Black with #71BF2A

Text Example


Text Example

White with #71BF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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