Html Css Color HEX #73BA29 Lima

📋 copy color: '#73BA29'

red 115 ◦ green 186 ◦ blue 41

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

Shades of Lima #73BA29

Tints of Lima #73BA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.39%

 BLUE value IS 41 (16.41% from 255) = 11.99%

R = 33.63%
G = 54.39%
B = 11.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#73BA29 (or 0x73BA29) is known color: Lima. HEX triplet: 73, BA and 29. RGB value is (115,186,41). Sum of RGB (Red+Green+Blue) = 115+186+41=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #73BA29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BA29 is #8C45D6. Grayscale: #949494. Windows color (decimal): -9192919 or 2734707. OLE color: 2734707.

HSL color Cylindrical-coordinate representation of color #73BA29: hue angle of 89.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73BA29 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 186 41 -
CMYK 0.38 0 0.78 0.27
HSL 89.38º 0.64% 0.45% -
HSV(B) 89.38º 0.78% 0.73% -
XYZ 25.03 38.92 8.29 -
YUV 148.24 67.48 104.29 -
System Red Green Blue C M Y K H S L
Decimal 115 186 41 0.38 0 0.78 0.27 89.38 0.64 0.45
Hex 73 BA 29 26 0 4E 1B 59 40 2D
Octal 163 272 51 46 0 116 33 131 100 55
Binary 1110011 10111010 101001 100110 0 1001110 11011 1011001 1000000 101101

Color Harmonies of #73BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BA29

Black with #73BA29

Text Example


Text Example

White with #73BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,186,41); }

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

background-color css

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

 a { background-color: rgb(115,186,41); }

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

border-color css

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

 span { border-color: rgb(115,186,41); }

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