Html Css Color HEX #73EC20 Lawn Green

📋 copy color: '#73EC20'

red 115 ◦ green 236 ◦ blue 32

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

Shades of Lawn Green #73EC20

Tints of Lawn Green #73EC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.36%

R = 30.03%
G = 61.62%
B = 8.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#73EC20 (or 0x73EC20) is known color: Lawn Green. HEX triplet: 73, EC and 20. RGB value is (115,236,32). Sum of RGB (Red+Green+Blue) = 115+236+32=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 236 (92.58% from 255 or 61.62% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EC20 is #8C13DF. Grayscale: #B1B1B1. Windows color (decimal): -9180128 or 2157683. OLE color: 2157683.

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

Color convert

RGB 115 236 32 -
CMYK 0.51 0 0.86 0.07
HSL 95.59º 0.84% 0.53% -
HSV(B) 95.59º 0.86% 0.93% -
XYZ 37.33 63.74 11.7 -
YUV 176.57 46.41 84.09 -
System Red Green Blue C M Y K H S L
Decimal 115 236 32 0.51 0 0.86 0.07 95.59 0.84 0.53
Hex 73 EC 20 33 0 56 7 60 54 35
Octal 163 354 40 63 0 126 7 140 124 65
Binary 1110011 11101100 100000 110011 0 1010110 111 1100000 1010100 110101

Color Harmonies of #73EC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EC20

Black with #73EC20

Text Example


Text Example

White with #73EC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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