Html Css Color HEX #73AB2B Lima

📋 copy color: '#73AB2B'

red 115 ◦ green 171 ◦ blue 43

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

Shades of Lima #73AB2B

Tints of Lima #73AB2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.07%

R = 34.95%
G = 51.98%
B = 13.07%

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

#73AB2B (or 0x73AB2B) is known color: Lima. HEX triplet: 73, AB and 2B. RGB value is (115,171,43). Sum of RGB (Red+Green+Blue) = 115+171+43=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB2B is #8C54D4. Grayscale: #8C8C8C. Windows color (decimal): -9196757 or 2861939. OLE color: 2861939.

HSL color Cylindrical-coordinate representation of color #73AB2B: hue angle of 86.25º degrees, saturation: 0.6, 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 #73AB2B is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 171 43 -
CMYK 0.33 0 0.75 0.33
HSL 86.25º 0.6% 0.42% -
HSV(B) 86.25º 0.75% 0.67% -
XYZ 22.07 32.95 7.48 -
YUV 139.66 73.45 110.41 -
System Red Green Blue C M Y K H S L
Decimal 115 171 43 0.33 0 0.75 0.33 86.25 0.6 0.42
Hex 73 AB 2B 21 0 4B 21 56 3C 2A
Octal 163 253 53 41 0 113 41 126 74 52
Binary 1110011 10101011 101011 100001 0 1001011 100001 1010110 111100 101010

Color Harmonies of #73AB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AB2B

Black with #73AB2B

Text Example


Text Example

White with #73AB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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