Html Css Color HEX #71FE1B Bright Green

📋 copy color: '#71FE1B'

red 113 ◦ green 254 ◦ blue 27

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

Shades of Bright Green #71FE1B

Tints of Bright Green #71FE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 28.68%
G = 64.47%
B = 6.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#71FE1B (or 0x71FE1B) is known color: Bright Green. HEX triplet: 71, FE and 1B. RGB value is (113,254,27). Sum of RGB (Red+Green+Blue) = 113+254+27=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 254 (99.61% from 255 or 64.47% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 254 - color contains mainly: green. Hex color #71FE1B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71FE1B is #8E01E4. Grayscale: #BABABA. Windows color (decimal): -9306597 or 1834609. OLE color: 1834609.

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

Color convert

RGB 113 254 27 -
CMYK 0.56 0 0.89 0.00
HSL 97.27º 0.99% 0.55% -
HSV(B) 97.27º 0.89% 1% -
XYZ 42.45 74.47 13.17 -
YUV 185.96 38.29 75.96 -
System Red Green Blue C M Y K H S L
Decimal 113 254 27 0.56 0 0.89 0.00 97.27 0.99 0.55
Hex 71 FE 1B 38 0 59 0 61 63 37
Octal 161 376 33 70 0 131 0 141 143 67
Binary 1110001 11111110 11011 111000 0 1011001 0 1100001 1100011 110111

Color Harmonies of #71FE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71FE1B

Black with #71FE1B

Text Example


Text Example

White with #71FE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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