Html Css Color HEX #73FA20 Lawn Green

📋 copy color: '#73FA20'

red 115 ◦ green 250 ◦ blue 32

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

Shades of Lawn Green #73FA20

Tints of Lawn Green #73FA20

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.97%

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

R = 28.97%
G = 62.97%
B = 8.06%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#73FA20 (or 0x73FA20) is known color: Lawn Green. HEX triplet: 73, FA and 20. RGB value is (115,250,32). Sum of RGB (Red+Green+Blue) = 115+250+32=397 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.97% from 397); Green value is 250 (98.05% from 255 or 62.97% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA20 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FA20 is #8C05DF. Grayscale: #B9B9B9. Windows color (decimal): -9176544 or 2161267. OLE color: 2161267.

HSL color Cylindrical-coordinate representation of color #73FA20: hue angle of 97.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73FA20 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 250 32 -
CMYK 0.54 0 0.87 0.02
HSL 97.16º 0.96% 0.55% -
HSV(B) 97.16º 0.87% 0.98% -
XYZ 41.52 72.12 13.1 -
YUV 184.78 41.77 78.23 -
System Red Green Blue C M Y K H S L
Decimal 115 250 32 0.54 0 0.87 0.02 97.16 0.96 0.55
Hex 73 FA 20 36 0 57 2 61 60 37
Octal 163 372 40 66 0 127 2 141 140 67
Binary 1110011 11111010 100000 110110 0 1010111 10 1100001 1100000 110111

Color Harmonies of #73FA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FA20

Black with #73FA20

Text Example


Text Example

White with #73FA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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