Html Css Color HEX #71F201 Lawn Green

📋 copy color: '#71F201'

red 113 ◦ green 242 ◦ blue 1

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

Shades of Lawn Green #71F201

Tints of Lawn Green #71F201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.98%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 31.74%
G = 67.98%
B = 0.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#71F201 (or 0x71F201) is known color: Lawn Green. HEX triplet: 71, F2 and 01. RGB value is (113,242,1). Sum of RGB (Red+Green+Blue) = 113+242+1=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 242 (94.92% from 255 or 67.98% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 242 - color contains mainly: green. Hex color #71F201 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F201 is #8E0DFE. Grayscale: #B0B0B0. Windows color (decimal): -9309695 or 127601. OLE color: 127601.

HSL color Cylindrical-coordinate representation of color #71F201: hue angle of 92.12º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #71F201 is Cyan = 0.53, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 242 1 -
CMYK 0.53 0 1.00 0.05
HSL 92.12º 0.99% 0.48% -
HSV(B) 92.12º 1% 0.95% -
XYZ 38.57 67.02 10.93 -
YUV 175.96 29.26 83.1 -
System Red Green Blue C M Y K H S L
Decimal 113 242 1 0.53 0 1.00 0.05 92.12 0.99 0.48
Hex 71 F2 1 35 0 64 5 5C 63 30
Octal 161 362 1 65 0 144 5 134 143 60
Binary 1110001 11110010 1 110101 0 1100100 101 1011100 1100011 110000

Color Harmonies of #71F201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F201

Black with #71F201

Text Example


Text Example

White with #71F201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,242,1); }

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

background-color css

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

 a { background-color: rgb(113,242,1); }

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

border-color css

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

 span { border-color: rgb(113,242,1); }

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