Html Css Color HEX #71DC20 Lawn Green

📋 copy color: '#71DC20'

red 113 ◦ green 220 ◦ blue 32

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

Shades of Lawn Green #71DC20

Tints of Lawn Green #71DC20

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.27%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 30.96%
G = 60.27%
B = 8.77%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#71DC20 (or 0x71DC20) is known color: Lawn Green. HEX triplet: 71, DC and 20. RGB value is (113,220,32). Sum of RGB (Red+Green+Blue) = 113+220+32=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71DC20 is #8E23DF. Grayscale: #A7A7A7. Windows color (decimal): -9315296 or 2153585. OLE color: 2153585.

HSL color Cylindrical-coordinate representation of color #71DC20: hue angle of 94.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71DC20 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 220 32 -
CMYK 0.49 0 0.85 0.14
HSL 94.15º 0.75% 0.49% -
HSV(B) 94.15º 0.85% 0.86% -
XYZ 32.66 54.8 10.22 -
YUV 166.58 52.05 89.79 -
System Red Green Blue C M Y K H S L
Decimal 113 220 32 0.49 0 0.85 0.14 94.15 0.75 0.49
Hex 71 DC 20 31 0 55 E 5E 4B 31
Octal 161 334 40 61 0 125 16 136 113 61
Binary 1110001 11011100 100000 110001 0 1010101 1110 1011110 1001011 110001

Color Harmonies of #71DC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC20

Black with #71DC20

Text Example


Text Example

White with #71DC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,220,32); }

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

background-color css

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

 a { background-color: rgb(113,220,32); }

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

border-color css

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

 span { border-color: rgb(113,220,32); }

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