Html Css Color HEX #73E014 Lawn Green

📋 copy color: '#73E014'

red 115 ◦ green 224 ◦ blue 20

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

Shades of Lawn Green #73E014

Tints of Lawn Green #73E014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.4%

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

R = 32.03%
G = 62.4%
B = 5.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#73E014 (or 0x73E014) is known color: Lawn Green. HEX triplet: 73, E0 and 14. RGB value is (115,224,20). Sum of RGB (Red+Green+Blue) = 115+224+20=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #73E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73E014 is #8C1FEB. Grayscale: #A8A8A8. Windows color (decimal): -9183212 or 1368179. OLE color: 1368179.

HSL color Cylindrical-coordinate representation of color #73E014: hue angle of 92.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73E014 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 115 224 20 -
CMYK 0.49 0 0.91 0.12
HSL 92.06º 0.84% 0.48% -
HSV(B) 92.06º 0.91% 0.88% -
XYZ 33.85 57.01 9.88 -
YUV 168.15 44.39 90.09 -
System Red Green Blue C M Y K H S L
Decimal 115 224 20 0.49 0 0.91 0.12 92.06 0.84 0.48
Hex 73 E0 14 31 0 5B C 5C 54 30
Octal 163 340 24 61 0 133 14 134 124 60
Binary 1110011 11100000 10100 110001 0 1011011 1100 1011100 1010100 110000

Color Harmonies of #73E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E014

Black with #73E014

Text Example


Text Example

White with #73E014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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