Html Css Color HEX #71F00D Lawn Green

📋 copy color: '#71F00D'

red 113 ◦ green 240 ◦ blue 13

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

Shades of Lawn Green #71F00D

Tints of Lawn Green #71F00D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 65.57%

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 30.87%
G = 65.57%
B = 3.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#71F00D (or 0x71F00D) is known color: Lawn Green. HEX triplet: 71, F0 and 0D. RGB value is (113,240,13). Sum of RGB (Red+Green+Blue) = 113+240+13=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 240 (94.14% from 255 or 65.57% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 240 - color contains mainly: green. Hex color #71F00D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F00D is #8E0FF2. Grayscale: #B0B0B0. Windows color (decimal): -9310195 or 913521. OLE color: 913521.

HSL color Cylindrical-coordinate representation of color #71F00D: hue angle of 93.57º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71F00D is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 240 13 -
CMYK 0.53 0 0.95 0.06
HSL 93.57º 0.9% 0.5% -
HSV(B) 93.57º 0.95% 0.94% -
XYZ 38.04 65.86 11.09 -
YUV 176.15 35.92 82.96 -
System Red Green Blue C M Y K H S L
Decimal 113 240 13 0.53 0 0.95 0.06 93.57 0.9 0.5
Hex 71 F0 D 35 0 5F 6 5E 5A 32
Octal 161 360 15 65 0 137 6 136 132 62
Binary 1110001 11110000 1101 110101 0 1011111 110 1011110 1011010 110010

Color Harmonies of #71F00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F00D

Black with #71F00D

Text Example


Text Example

White with #71F00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,240,13); }

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

background-color css

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

 a { background-color: rgb(113,240,13); }

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

border-color css

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

 span { border-color: rgb(113,240,13); }

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