Html Css Color HEX #71BF26 Lima

📋 copy color: '#71BF26'

red 113 ◦ green 191 ◦ blue 38

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

Shades of Lima #71BF26

Tints of Lima #71BF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.11%

R = 33.04%
G = 55.85%
B = 11.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#71BF26 (or 0x71BF26) is known color: Lima. HEX triplet: 71, BF and 26. RGB value is (113,191,38). Sum of RGB (Red+Green+Blue) = 113+191+38=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #71BF26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BF26 is #8E40D9. Grayscale: #969696. Windows color (decimal): -9322714 or 2539377. OLE color: 2539377.

HSL color Cylindrical-coordinate representation of color #71BF26: hue angle of 90.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71BF26 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 191 38 -
CMYK 0.41 0 0.80 0.25
HSL 90.59º 0.67% 0.45% -
HSV(B) 90.59º 0.8% 0.75% -
XYZ 25.79 40.91 8.37 -
YUV 150.24 64.66 101.44 -
System Red Green Blue C M Y K H S L
Decimal 113 191 38 0.41 0 0.80 0.25 90.59 0.67 0.45
Hex 71 BF 26 29 0 50 19 5B 43 2D
Octal 161 277 46 51 0 120 31 133 103 55
Binary 1110001 10111111 100110 101001 0 1010000 11001 1011011 1000011 101101

Color Harmonies of #71BF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BF26

Black with #71BF26

Text Example


Text Example

White with #71BF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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