Html Css Color HEX #73F014 Lawn Green

📋 copy color: '#73F014'

red 115 ◦ green 240 ◦ blue 20

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

Shades of Lawn Green #73F014

Tints of Lawn Green #73F014

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64%

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

R = 30.67%
G = 64%
B = 5.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#73F014 (or 0x73F014) is known color: Lawn Green. HEX triplet: 73, F0 and 14. RGB value is (115,240,20). Sum of RGB (Red+Green+Blue) = 115+240+20=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 240 (94.14% from 255 or 64% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 240 - color contains mainly: green. Hex color #73F014 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F014 is #8C0FEB. Grayscale: #B2B2B2. Windows color (decimal): -9179116 or 1372275. OLE color: 1372275.

HSL color Cylindrical-coordinate representation of color #73F014: hue angle of 94.09º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73F014 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 240 20 -
CMYK 0.52 0 0.92 0.06
HSL 94.09º 0.88% 0.51% -
HSV(B) 94.09º 0.92% 0.94% -
XYZ 38.36 66.02 11.38 -
YUV 177.55 39.09 83.39 -
System Red Green Blue C M Y K H S L
Decimal 115 240 20 0.52 0 0.92 0.06 94.09 0.88 0.51
Hex 73 F0 14 34 0 5C 6 5E 58 33
Octal 163 360 24 64 0 134 6 136 130 63
Binary 1110011 11110000 10100 110100 0 1011100 110 1011110 1011000 110011

Color Harmonies of #73F014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73F014

Black with #73F014

Text Example


Text Example

White with #73F014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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