Html Css Color HEX #71F70C Lawn Green

📋 copy color: '#71F70C'

red 113 ◦ green 247 ◦ blue 12

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

Shades of Lawn Green #71F70C

Tints of Lawn Green #71F70C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 66.4%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 30.38%
G = 66.4%
B = 3.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#71F70C (or 0x71F70C) is known color: Lawn Green. HEX triplet: 71, F7 and 0C. RGB value is (113,247,12). Sum of RGB (Red+Green+Blue) = 113+247+12=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 247 (96.88% from 255 or 66.40% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 247 - color contains mainly: green. Hex color #71F70C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F70C is #8E08F3. Grayscale: #B4B4B4. Windows color (decimal): -9308404 or 849777. OLE color: 849777.

HSL color Cylindrical-coordinate representation of color #71F70C: hue angle of 94.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71F70C is Cyan = 0.54, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 247 12 -
CMYK 0.54 0 0.95 0.03
HSL 94.21º 0.94% 0.51% -
HSV(B) 94.21º 0.95% 0.97% -
XYZ 40.14 70.06 11.76 -
YUV 180.14 33.11 80.11 -
System Red Green Blue C M Y K H S L
Decimal 113 247 12 0.54 0 0.95 0.03 94.21 0.94 0.51
Hex 71 F7 C 36 0 5F 3 5E 5E 33
Octal 161 367 14 66 0 137 3 136 136 63
Binary 1110001 11110111 1100 110110 0 1011111 11 1011110 1011110 110011

Color Harmonies of #71F70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F70C

Black with #71F70C

Text Example


Text Example

White with #71F70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,247,12); }

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

background-color css

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

 a { background-color: rgb(113,247,12); }

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

border-color css

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

 span { border-color: rgb(113,247,12); }

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