Html Css Color HEX #71E114 Lawn Green

📋 copy color: '#71E114'

red 113 ◦ green 225 ◦ blue 20

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

Shades of Lawn Green #71E114

Tints of Lawn Green #71E114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.85%

 BLUE value IS 20 (8.2% from 255) = 5.59%

R = 31.56%
G = 62.85%
B = 5.59%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#71E114 (or 0x71E114) is known color: Lawn Green. HEX triplet: 71, E1 and 14. RGB value is (113,225,20). Sum of RGB (Red+Green+Blue) = 113+225+20=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #71E114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71E114 is #8E1EEB. Grayscale: #A8A8A8. Windows color (decimal): -9314028 or 1368433. OLE color: 1368433.

HSL color Cylindrical-coordinate representation of color #71E114: hue angle of 92.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71E114 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 225 20 -
CMYK 0.50 0 0.91 0.12
HSL 92.78º 0.84% 0.48% -
HSV(B) 92.78º 0.91% 0.88% -
XYZ 33.86 57.41 9.96 -
YUV 168.14 44.39 88.67 -
System Red Green Blue C M Y K H S L
Decimal 113 225 20 0.50 0 0.91 0.12 92.78 0.84 0.48
Hex 71 E1 14 32 0 5B C 5D 54 30
Octal 161 341 24 62 0 133 14 135 124 60
Binary 1110001 11100001 10100 110010 0 1011011 1100 1011101 1010100 110000

Color Harmonies of #71E114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E114

Black with #71E114

Text Example


Text Example

White with #71E114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,225,20); }

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

background-color css

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

 a { background-color: rgb(113,225,20); }

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

border-color css

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

 span { border-color: rgb(113,225,20); }

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