Html Css Color HEX #71C61F Lima

📋 copy color: '#71C61F'

red 113 ◦ green 198 ◦ blue 31

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

Shades of Lima #71C61F

Tints of Lima #71C61F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.89%

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 33.04%
G = 57.89%
B = 9.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#71C61F (or 0x71C61F) is known color: Lima. HEX triplet: 71, C6 and 1F. RGB value is (113,198,31). Sum of RGB (Red+Green+Blue) = 113+198+31=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #71C61F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C61F is #8E39E0. Grayscale: #9A9A9A. Windows color (decimal): -9320929 or 2082417. OLE color: 2082417.

HSL color Cylindrical-coordinate representation of color #71C61F: hue angle of 90.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71C61F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 198 31 -
CMYK 0.43 0 0.84 0.22
HSL 90.54º 0.73% 0.45% -
HSV(B) 90.54º 0.84% 0.78% -
XYZ 27.25 44 8.35 -
YUV 153.55 58.84 99.08 -
System Red Green Blue C M Y K H S L
Decimal 113 198 31 0.43 0 0.84 0.22 90.54 0.73 0.45
Hex 71 C6 1F 2B 0 54 16 5B 49 2D
Octal 161 306 37 53 0 124 26 133 111 55
Binary 1110001 11000110 11111 101011 0 1010100 10110 1011011 1001001 101101

Color Harmonies of #71C61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C61F

Black with #71C61F

Text Example


Text Example

White with #71C61F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,198,31); }

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

background-color css

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

 a { background-color: rgb(113,198,31); }

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

border-color css

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

 span { border-color: rgb(113,198,31); }

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