Html Css Color HEX #73BC29 Lima

📋 copy color: '#73BC29'

red 115 ◦ green 188 ◦ blue 41

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

Shades of Lima #73BC29

Tints of Lima #73BC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

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

R = 33.43%
G = 54.65%
B = 11.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#73BC29 (or 0x73BC29) is known color: Lima. HEX triplet: 73, BC and 29. RGB value is (115,188,41). Sum of RGB (Red+Green+Blue) = 115+188+41=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC29 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73BC29 is #8C43D6. Grayscale: #959595. Windows color (decimal): -9192407 or 2735219. OLE color: 2735219.

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

Color convert

RGB 115 188 41 -
CMYK 0.39 0 0.78 0.26
HSL 89.8º 0.64% 0.45% -
HSV(B) 89.8º 0.78% 0.74% -
XYZ 25.45 39.77 8.43 -
YUV 149.42 66.82 103.45 -
System Red Green Blue C M Y K H S L
Decimal 115 188 41 0.39 0 0.78 0.26 89.8 0.64 0.45
Hex 73 BC 29 27 0 4E 1A 5A 40 2D
Octal 163 274 51 47 0 116 32 132 100 55
Binary 1110011 10111100 101001 100111 0 1001110 11010 1011010 1000000 101101

Color Harmonies of #73BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BC29

Black with #73BC29

Text Example


Text Example

White with #73BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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