Html Css Color HEX #73DE20 Lawn Green

📋 copy color: '#73DE20'

red 115 ◦ green 222 ◦ blue 32

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

Shades of Lawn Green #73DE20

Tints of Lawn Green #73DE20

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.16%

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

R = 31.17%
G = 60.16%
B = 8.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#73DE20 (or 0x73DE20) is known color: Lawn Green. HEX triplet: 73, DE and 20. RGB value is (115,222,32). Sum of RGB (Red+Green+Blue) = 115+222+32=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #73DE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73DE20 is #8C21DF. Grayscale: #A9A9A9. Windows color (decimal): -9183712 or 2154099. OLE color: 2154099.

HSL color Cylindrical-coordinate representation of color #73DE20: hue angle of 93.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73DE20 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 115 222 32 -
CMYK 0.48 0 0.86 0.13
HSL 93.79º 0.75% 0.5% -
HSV(B) 93.79º 0.86% 0.87% -
XYZ 33.45 55.99 10.41 -
YUV 168.35 51.05 89.95 -
System Red Green Blue C M Y K H S L
Decimal 115 222 32 0.48 0 0.86 0.13 93.79 0.75 0.5
Hex 73 DE 20 30 0 56 D 5E 4B 32
Octal 163 336 40 60 0 126 15 136 113 62
Binary 1110011 11011110 100000 110000 0 1010110 1101 1011110 1001011 110010

Color Harmonies of #73DE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DE20

Black with #73DE20

Text Example


Text Example

White with #73DE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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