Html Css Color HEX #73C523 Lima

📋 copy color: '#73C523'

red 115 ◦ green 197 ◦ blue 35

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

Shades of Lima #73C523

Tints of Lima #73C523

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 33.14%
G = 56.77%
B = 10.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#73C523 (or 0x73C523) is known color: Lima. HEX triplet: 73, C5 and 23. RGB value is (115,197,35). Sum of RGB (Red+Green+Blue) = 115+197+35=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #73C523 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C523 is #8C3ADC. Grayscale: #9A9A9A. Windows color (decimal): -9190109 or 2344307. OLE color: 2344307.

HSL color Cylindrical-coordinate representation of color #73C523: hue angle of 90.37º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73C523 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 197 35 -
CMYK 0.42 0 0.82 0.23
HSL 90.37º 0.7% 0.45% -
HSV(B) 90.37º 0.82% 0.77% -
XYZ 27.34 43.7 8.58 -
YUV 154.01 60.83 100.17 -
System Red Green Blue C M Y K H S L
Decimal 115 197 35 0.42 0 0.82 0.23 90.37 0.7 0.45
Hex 73 C5 23 2A 0 52 17 5A 46 2D
Octal 163 305 43 52 0 122 27 132 106 55
Binary 1110011 11000101 100011 101010 0 1010010 10111 1011010 1000110 101101

Color Harmonies of #73C523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C523

Black with #73C523

Text Example


Text Example

White with #73C523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,197,35); }

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

background-color css

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

 a { background-color: rgb(115,197,35); }

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

border-color css

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

 span { border-color: rgb(115,197,35); }

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