Html Css Color HEX #71FE13 Bright Green

📋 copy color: '#71FE13'

red 113 ◦ green 254 ◦ blue 19

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

Shades of Bright Green #71FE13

Tints of Bright Green #71FE13

RGB

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

 GREEN value IS 254 (99.61% from 255) = 65.8%

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 29.27%
G = 65.8%
B = 4.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#71FE13 (or 0x71FE13) is known color: Bright Green. HEX triplet: 71, FE and 13. RGB value is (113,254,19). Sum of RGB (Red+Green+Blue) = 113+254+19=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 254 (99.61% from 255 or 65.80% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE13 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71FE13 is #8E01EC. Grayscale: #B9B9B9. Windows color (decimal): -9306605 or 1310321. OLE color: 1310321.

HSL color Cylindrical-coordinate representation of color #71FE13: hue angle of 96º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71FE13 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 254 19 -
CMYK 0.56 0 0.93 0.00
HSL 96º 0.99% 0.54% -
HSV(B) 96º 0.93% 1% -
XYZ 42.37 74.44 12.75 -
YUV 185.05 34.29 76.61 -
System Red Green Blue C M Y K H S L
Decimal 113 254 19 0.56 0 0.93 0.00 96 0.99 0.54
Hex 71 FE 13 38 0 5D 0 60 63 36
Octal 161 376 23 70 0 135 0 140 143 66
Binary 1110001 11111110 10011 111000 0 1011101 0 1100000 1100011 110110

Color Harmonies of #71FE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FE13

Black with #71FE13

Text Example


Text Example

White with #71FE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,254,19); }

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

background-color css

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

 a { background-color: rgb(113,254,19); }

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

border-color css

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

 span { border-color: rgb(113,254,19); }

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