Html Css Color HEX #71D21D Lima

📋 copy color: '#71D21D'

red 113 ◦ green 210 ◦ blue 29

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

Shades of Lima #71D21D

Tints of Lima #71D21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 32.1%
G = 59.66%
B = 8.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#71D21D (or 0x71D21D) is known color: Lima. HEX triplet: 71, D2 and 1D. RGB value is (113,210,29). Sum of RGB (Red+Green+Blue) = 113+210+29=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #71D21D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D21D is #8E2DE2. Grayscale: #A0A0A0. Windows color (decimal): -9317859 or 1954417. OLE color: 1954417.

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

Color convert

RGB 113 210 29 -
CMYK 0.46 0 0.86 0.18
HSL 92.15º 0.76% 0.47% -
HSV(B) 92.15º 0.86% 0.82% -
XYZ 30.08 49.69 9.17 -
YUV 160.36 53.86 94.22 -
System Red Green Blue C M Y K H S L
Decimal 113 210 29 0.46 0 0.86 0.18 92.15 0.76 0.47
Hex 71 D2 1D 2E 0 56 12 5C 4C 2F
Octal 161 322 35 56 0 126 22 134 114 57
Binary 1110001 11010010 11101 101110 0 1010110 10010 1011100 1001100 101111

Color Harmonies of #71D21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D21D

Black with #71D21D

Text Example


Text Example

White with #71D21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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