Html Css Color HEX #73CA20 Lima

📋 copy color: '#73CA20'

red 115 ◦ green 202 ◦ blue 32

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

Shades of Lima #73CA20

Tints of Lima #73CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.88%

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

R = 32.95%
G = 57.88%
B = 9.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#73CA20 (or 0x73CA20) is known color: Lima. HEX triplet: 73, CA and 20. RGB value is (115,202,32). Sum of RGB (Red+Green+Blue) = 115+202+32=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73CA20 is #8C35DF. Grayscale: #9D9D9D. Windows color (decimal): -9188832 or 2148979. OLE color: 2148979.

HSL color Cylindrical-coordinate representation of color #73CA20: hue angle of 90.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73CA20 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 202 32 -
CMYK 0.43 0 0.84 0.21
HSL 90.71º 0.73% 0.46% -
HSV(B) 90.71º 0.84% 0.79% -
XYZ 28.45 45.99 8.74 -
YUV 156.61 57.68 98.32 -
System Red Green Blue C M Y K H S L
Decimal 115 202 32 0.43 0 0.84 0.21 90.71 0.73 0.46
Hex 73 CA 20 2B 0 54 15 5B 49 2E
Octal 163 312 40 53 0 124 25 133 111 56
Binary 1110011 11001010 100000 101011 0 1010100 10101 1011011 1001001 101110

Color Harmonies of #73CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CA20

Black with #73CA20

Text Example


Text Example

White with #73CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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