Html Css Color HEX #71FA20 Bright Green

📋 copy color: '#71FA20'

red 113 ◦ green 250 ◦ blue 32

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

Shades of Bright Green #71FA20

Tints of Bright Green #71FA20

RGB

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

 GREEN value IS 250 (98.05% from 255) = 63.29%

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

R = 28.61%
G = 63.29%
B = 8.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#71FA20 (or 0x71FA20) is known color: Bright Green. HEX triplet: 71, FA and 20. RGB value is (113,250,32). Sum of RGB (Red+Green+Blue) = 113+250+32=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 250 (98.05% from 255 or 63.29% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 250 - color contains mainly: green. Hex color #71FA20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FA20 is #8E05DF. Grayscale: #B8B8B8. Windows color (decimal): -9307616 or 2161265. OLE color: 2161265.

HSL color Cylindrical-coordinate representation of color #71FA20: hue angle of 97.71º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71FA20 is Cyan = 0.55, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 250 32 -
CMYK 0.55 0 0.87 0.02
HSL 97.71º 0.96% 0.55% -
HSV(B) 97.71º 0.87% 0.98% -
XYZ 41.26 71.99 13.09 -
YUV 184.19 42.11 77.23 -
System Red Green Blue C M Y K H S L
Decimal 113 250 32 0.55 0 0.87 0.02 97.71 0.96 0.55
Hex 71 FA 20 37 0 57 2 62 60 37
Octal 161 372 40 67 0 127 2 142 140 67
Binary 1110001 11111010 100000 110111 0 1010111 10 1100010 1100000 110111

Color Harmonies of #71FA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FA20

Black with #71FA20

Text Example


Text Example

White with #71FA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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