Html Css Color HEX #73EC14 Lawn Green

📋 copy color: '#73EC14'

red 115 ◦ green 236 ◦ blue 20

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

Shades of Lawn Green #73EC14

Tints of Lawn Green #73EC14

RGB

 RED value IS 115 (45.31% from 255) = 31%

 GREEN value IS 236 (92.58% from 255) = 63.61%

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

R = 31%
G = 63.61%
B = 5.39%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#73EC14 (or 0x73EC14) is known color: Lawn Green. HEX triplet: 73, EC and 14. RGB value is (115,236,20). Sum of RGB (Red+Green+Blue) = 115+236+20=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 236 (92.58% from 255 or 63.61% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73EC14 is #8C13EB. Grayscale: #AFAFAF. Windows color (decimal): -9180140 or 1371251. OLE color: 1371251.

HSL color Cylindrical-coordinate representation of color #73EC14: hue angle of 93.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73EC14 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 236 20 -
CMYK 0.51 0 0.92 0.07
HSL 93.61º 0.85% 0.5% -
HSV(B) 93.61º 0.92% 0.93% -
XYZ 37.19 63.69 10.99 -
YUV 175.2 40.41 85.06 -
System Red Green Blue C M Y K H S L
Decimal 115 236 20 0.51 0 0.92 0.07 93.61 0.85 0.5
Hex 73 EC 14 33 0 5C 7 5E 55 32
Octal 163 354 24 63 0 134 7 136 125 62
Binary 1110011 11101100 10100 110011 0 1011100 111 1011110 1010101 110010

Color Harmonies of #73EC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EC14

Black with #73EC14

Text Example


Text Example

White with #73EC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73EC14; }

 p { color: rgb(115,236,20); }

 H1.HeaderClassName
 {
   color: #73EC14;
 }
 .AnyTagClassName
 {
   color: #73EC14;
 }
</style>

background-color css

<style>
 a { background-color: #73EC14; }

 a { background-color: rgb(115,236,20); }

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

border-color css

<style>
 span { border-color: #73EC14; }

 span { border-color: rgb(115,236,20); }

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