Html Css Color HEX #71F412 Lawn Green

📋 copy color: '#71F412'

red 113 ◦ green 244 ◦ blue 18

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

Shades of Lawn Green #71F412

Tints of Lawn Green #71F412

RGB

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

 GREEN value IS 244 (95.7% from 255) = 65.07%

 BLUE value IS 18 (7.42% from 255) = 4.8%

R = 30.13%
G = 65.07%
B = 4.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#71F412 (or 0x71F412) is known color: Lawn Green. HEX triplet: 71, F4 and 12. RGB value is (113,244,18). Sum of RGB (Red+Green+Blue) = 113+244+18=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 244 (95.70% from 255 or 65.07% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 244 - color contains mainly: green. Hex color #71F412 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #71F412 is #8E0BED. Grayscale: #B3B3B3. Windows color (decimal): -9309166 or 1242225. OLE color: 1242225.

HSL color Cylindrical-coordinate representation of color #71F412: hue angle of 94.78º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71F412 is Cyan = 0.54, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 113 244 18 -
CMYK 0.54 0 0.93 0.04
HSL 94.78º 0.91% 0.51% -
HSV(B) 94.78º 0.93% 0.96% -
XYZ 39.27 68.26 11.68 -
YUV 179.07 37.1 80.88 -
System Red Green Blue C M Y K H S L
Decimal 113 244 18 0.54 0 0.93 0.04 94.78 0.91 0.51
Hex 71 F4 12 36 0 5D 4 5F 5B 33
Octal 161 364 22 66 0 135 4 137 133 63
Binary 1110001 11110100 10010 110110 0 1011101 100 1011111 1011011 110011

Color Harmonies of #71F412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F412

Black with #71F412

Text Example


Text Example

White with #71F412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,244,18); }

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

background-color css

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

 a { background-color: rgb(113,244,18); }

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

border-color css

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

 span { border-color: rgb(113,244,18); }

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