Html Css Color HEX #73B72C Lima

📋 copy color: '#73B72C'

red 115 ◦ green 183 ◦ blue 44

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

Shades of Lima #73B72C

Tints of Lima #73B72C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.51%

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 33.63%
G = 53.51%
B = 12.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#73B72C (or 0x73B72C) is known color: Lima. HEX triplet: 73, B7 and 2C. RGB value is (115,183,44). Sum of RGB (Red+Green+Blue) = 115+183+44=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #73B72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B72C is #8C48D3. Grayscale: #939393. Windows color (decimal): -9193684 or 2930547. OLE color: 2930547.

HSL color Cylindrical-coordinate representation of color #73B72C: hue angle of 89.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73B72C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 115 183 44 -
CMYK 0.37 0 0.76 0.28
HSL 89.35º 0.61% 0.45% -
HSV(B) 89.35º 0.76% 0.72% -
XYZ 24.46 37.69 8.37 -
YUV 146.82 69.97 105.3 -
System Red Green Blue C M Y K H S L
Decimal 115 183 44 0.37 0 0.76 0.28 89.35 0.61 0.45
Hex 73 B7 2C 25 0 4C 1C 59 3D 2D
Octal 163 267 54 45 0 114 34 131 75 55
Binary 1110011 10110111 101100 100101 0 1001100 11100 1011001 111101 101101

Color Harmonies of #73B72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B72C

Black with #73B72C

Text Example


Text Example

White with #73B72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,183,44); }

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

background-color css

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

 a { background-color: rgb(115,183,44); }

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

border-color css

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

 span { border-color: rgb(115,183,44); }

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