Html Css Color HEX #71DC02 Lawn Green

📋 copy color: '#71DC02'

red 113 ◦ green 220 ◦ blue 2

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

Shades of Lawn Green #71DC02

Tints of Lawn Green #71DC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 33.73%
G = 65.67%
B = 0.6%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#71DC02 (or 0x71DC02) is known color: Lawn Green. HEX triplet: 71, DC and 02. RGB value is (113,220,2). Sum of RGB (Red+Green+Blue) = 113+220+2=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71DC02 is #8E23FD. Grayscale: #A3A3A3. Windows color (decimal): -9315326 or 187505. OLE color: 187505.

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

Color convert

RGB 113 220 2 -
CMYK 0.49 0 0.99 0.14
HSL 89.45º 0.98% 0.44% -
HSV(B) 89.45º 0.99% 0.86% -
XYZ 32.41 54.7 8.91 -
YUV 163.16 37.05 92.23 -
System Red Green Blue C M Y K H S L
Decimal 113 220 2 0.49 0 0.99 0.14 89.45 0.98 0.44
Hex 71 DC 2 31 0 63 E 59 62 2C
Octal 161 334 2 61 0 143 16 131 142 54
Binary 1110001 11011100 10 110001 0 1100011 1110 1011001 1100010 101100

Color Harmonies of #71DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DC02

Black with #71DC02

Text Example


Text Example

White with #71DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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