Html Css Color HEX #71D517 Lima

📋 copy color: '#71D517'

red 113 ◦ green 213 ◦ blue 23

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

Shades of Lima #71D517

Tints of Lima #71D517

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.03%

 BLUE value IS 23 (9.38% from 255) = 6.59%

R = 32.38%
G = 61.03%
B = 6.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#71D517 (or 0x71D517) is known color: Lima. HEX triplet: 71, D5 and 17. RGB value is (113,213,23). Sum of RGB (Red+Green+Blue) = 113+213+23=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #71D517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D517 is #8E2AE8. Grayscale: #A2A2A2. Windows color (decimal): -9317097 or 1561969. OLE color: 1561969.

HSL color Cylindrical-coordinate representation of color #71D517: hue angle of 91.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71D517 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 23 -
CMYK 0.47 0 0.89 0.16
HSL 91.58º 0.81% 0.46% -
HSV(B) 91.58º 0.89% 0.84% -
XYZ 30.76 51.16 9.06 -
YUV 161.44 49.87 93.45 -
System Red Green Blue C M Y K H S L
Decimal 113 213 23 0.47 0 0.89 0.16 91.58 0.81 0.46
Hex 71 D5 17 2F 0 59 10 5C 51 2E
Octal 161 325 27 57 0 131 20 134 121 56
Binary 1110001 11010101 10111 101111 0 1011001 10000 1011100 1010001 101110

Color Harmonies of #71D517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D517

Black with #71D517

Text Example


Text Example

White with #71D517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,213,23); }

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

background-color css

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

 a { background-color: rgb(113,213,23); }

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

border-color css

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

 span { border-color: rgb(113,213,23); }

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