Html Css Color HEX #71D219 Lima

📋 copy color: '#71D219'

red 113 ◦ green 210 ◦ blue 25

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

Shades of Lima #71D219

Tints of Lima #71D219

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.34%

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 32.47%
G = 60.34%
B = 7.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#71D219 (or 0x71D219) is known color: Lima. HEX triplet: 71, D2 and 19. RGB value is (113,210,25). Sum of RGB (Red+Green+Blue) = 113+210+25=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #71D219 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71D219 is #8E2DE6. Grayscale: #A0A0A0. Windows color (decimal): -9317863 or 1692273. OLE color: 1692273.

HSL color Cylindrical-coordinate representation of color #71D219: hue angle of 91.46º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71D219 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 210 25 -
CMYK 0.46 0 0.88 0.18
HSL 91.46º 0.79% 0.46% -
HSV(B) 91.46º 0.88% 0.82% -
XYZ 30.03 49.67 8.92 -
YUV 159.91 51.86 94.54 -
System Red Green Blue C M Y K H S L
Decimal 113 210 25 0.46 0 0.88 0.18 91.46 0.79 0.46
Hex 71 D2 19 2E 0 58 12 5B 4F 2E
Octal 161 322 31 56 0 130 22 133 117 56
Binary 1110001 11010010 11001 101110 0 1011000 10010 1011011 1001111 101110

Color Harmonies of #71D219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D219

Black with #71D219

Text Example


Text Example

White with #71D219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,210,25); }

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

background-color css

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

 a { background-color: rgb(113,210,25); }

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

border-color css

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

 span { border-color: rgb(113,210,25); }

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