Html Css Color HEX #73FF14 Lawn Green

📋 copy color: '#73FF14'

red 115 ◦ green 255 ◦ blue 20

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

Shades of Lawn Green #73FF14

Tints of Lawn Green #73FF14

RGB

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

 GREEN value IS 255 (100% from 255) = 65.38%

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

R = 29.49%
G = 65.38%
B = 5.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#73FF14 (or 0x73FF14) is known color: Lawn Green. HEX triplet: 73, FF and 14. RGB value is (115,255,20). Sum of RGB (Red+Green+Blue) = 115+255+20=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FF14 is #8C00EB. Grayscale: #BBBBBB. Windows color (decimal): -9175276 or 1376115. OLE color: 1376115.

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

Color convert

RGB 115 255 20 -
CMYK 0.55 0 0.92 0
HSL 95.74º 1% 0.54% -
HSV(B) 95.74º 0.92% 1% -
XYZ 42.96 75.22 12.92 -
YUV 186.35 34.12 77.11 -
System Red Green Blue C M Y K H S L
Decimal 115 255 20 0.55 0 0.92 0 95.74 1 0.54
Hex 73 FF 14 37 0 5C 0 60 64 36
Octal 163 377 24 67 0 134 0 140 144 66
Binary 1110011 11111111 10100 110111 0 1011100 0 1100000 1100100 110110

Color Harmonies of #73FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73FF14

Black with #73FF14

Text Example


Text Example

White with #73FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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