Html Css Color HEX #73AB2A Lima

📋 copy color: '#73AB2A'

red 115 ◦ green 171 ◦ blue 42

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

Shades of Lima #73AB2A

Tints of Lima #73AB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.13%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 35.06%
G = 52.13%
B = 12.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#73AB2A (or 0x73AB2A) is known color: Lima. HEX triplet: 73, AB and 2A. RGB value is (115,171,42). Sum of RGB (Red+Green+Blue) = 115+171+42=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB2A is #8C54D5. Grayscale: #8C8C8C. Windows color (decimal): -9196758 or 2796403. OLE color: 2796403.

HSL color Cylindrical-coordinate representation of color #73AB2A: hue angle of 86.05º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73AB2A is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 42 -
CMYK 0.33 0 0.75 0.33
HSL 86.05º 0.61% 0.42% -
HSV(B) 86.05º 0.75% 0.67% -
XYZ 22.05 32.94 7.39 -
YUV 139.55 72.95 110.49 -
System Red Green Blue C M Y K H S L
Decimal 115 171 42 0.33 0 0.75 0.33 86.05 0.61 0.42
Hex 73 AB 2A 21 0 4B 21 56 3D 2A
Octal 163 253 52 41 0 113 41 126 75 52
Binary 1110011 10101011 101010 100001 0 1001011 100001 1010110 111101 101010

Color Harmonies of #73AB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB2A

Black with #73AB2A

Text Example


Text Example

White with #73AB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,171,42); }

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

background-color css

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

 a { background-color: rgb(115,171,42); }

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

border-color css

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

 span { border-color: rgb(115,171,42); }

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